doc-src/ZF/logics-ZF.rai
changeset 42622 61a99eb5eb9d
parent 42621 51bf5e365be9
child 42623 613b9b589ca0
equal deleted inserted replaced
42621:51bf5e365be9 42622:61a99eb5eb9d
     1 \rail@i{1}{ datatype : ( 'datatype' | 'codatatype' ) datadecls; \par
       
     2 datadecls: ( '"' id arglist '"' '=' (constructor + '|') ) + 'and' ; constructor : name ( () | consargs ) ( () | ( '(' mixfix ')' ) ) ; consargs : '(' ('"' var ' : ' term '"' + ',') ')' ; }