]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite_parser/grafiteParser.ml
we parametrized CicNotationPt.obj on 'term
[helm.git] / components / grafite_parser / grafiteParser.ml
index a78ca811332486a2fced5260c7651f6aee9ae116..14802a629e8cd32360a33c33d1550f506fc50b84 100644 (file)
@@ -35,7 +35,8 @@ type 'a localized_option =
 
 type ast_statement =
   (CicNotationPt.term, CicNotationPt.term,
-   CicNotationPt.term GrafiteAst.reduction, CicNotationPt.obj, string)
+   CicNotationPt.term GrafiteAst.reduction, 
+   CicNotationPt.term CicNotationPt.obj, string)
     GrafiteAst.statement
 
 type statement =