File: test12.ott

package info (click to toggle)
ott 0.34%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,440 kB
  • sloc: ml: 25,103; makefile: 1,375; awk: 736; lisp: 183; sh: 14; sed: 4
file content (15 lines) | stat: -rw-r--r-- 488 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  grammar
    e :: 'e_' ::=
      | F f                   ::   :: f
      | C c                   ::   :: c
    a :: 'a_' ::= 
      | B b                   ::   :: b
      | 0                   ::   :: 0
    b :: 'b_' ::=
      | A a                   ::   :: a
    c :: 'c_' ::=
      | A a                   ::   :: a
    d :: 'd_' ::= {{ isa string }} {{ coq nat }} {{ hol string }} 
      | A a                   ::   :: a
    f :: 'f_' ::=
      | EA e a                 ::   :: ea