]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/binaries/transcript/v8Parser.mly
added empty_db, usefull to avoid translating all old coercions to obtain a new coerci...
[helm.git] / helm / software / components / binaries / transcript / v8Parser.mly
index 4627cf9a277cb7e33e4d35e01422776f8e863206..8bba4fb0bbb33d30e4ebcd5ffc2e804506d1e432 100644 (file)
@@ -59,6 +59,7 @@
         | "Theorem"    -> Some `Theorem
         | "Definition" -> Some `Definition
         | "Fixpoint"   -> Some `Definition
+        | "CoFixpoint" -> Some `Definition
         | "Let"        -> Some `Definition
        | "Scheme"     -> Some `Theorem
         | _            -> assert false
    ind: IND spcs { $1 ^ $2 };
    set: SET spcs { $1 ^ $2 };
    notation: NOT spcs { $1 ^ $2 };
-   oc: OC spcs { $1 ^ $2 };
-   coe: COE spcs { $1 ^ $2 };
    cn: CN spcs { $1 ^ $2 };
-   sc: SC spcs { $1 ^ $2 };
    str: STR spcs { $1 ^ $2 };
    id: ID spcs { $1 ^ $2 };
    coerc: COERC spcs { $1 ^ $2 };
 
 
 /*
+   oc: OC spcs { $1 ^ $2 };
+   coe: COE spcs { $1 ^ $2 };
+   sc: SC spcs { $1 ^ $2 };
+
    cnot:
       | EXTRA { $1 }
       | INT   { $1 }