updated syntax of datatype definitions: "C t1 ... tn" instead of "C(t1,...,tn)"
authorclasohm
Thu, 14 Mar 1996 12:21:07 +0100
changeset 1578 b58a6182e184
parent 1577 a84cc626ea69
child 1579 688e18023915
updated syntax of datatype definitions: "C t1 ... tn" instead of "C(t1,...,tn)"
doc-src/Logics/HOL.tex
--- a/doc-src/Logics/HOL.tex	Thu Mar 14 12:19:49 1996 +0100
+++ b/doc-src/Logics/HOL.tex	Thu Mar 14 12:21:07 1996 +0100
@@ -1488,7 +1488,7 @@
 \begin{rail}
 typedecl : typevarlist id '=' (cons + '|')
          ;
-cons     : (id | string) ( () | '(' (typ + ',') ')' ) ( () | mixfix )
+cons     : (id | string) (typ *) ( () | mixfix )
          ;
 typ      : typevarlist id
            | tid