]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/grafite_parser/grafiteParser.mli
cicNotation* ==> notation*
[helm.git] / matita / components / grafite_parser / grafiteParser.mli
index d657e49752e2e23ac0e64dfcc2448cf6a12625a7..2dc83319497c54e904e91b3fddf1667afe624743 100644 (file)
@@ -28,9 +28,9 @@ type 'a localized_option =
  | LNone of GrafiteAst.loc
 
 type ast_statement =
-  (CicNotationPt.term, CicNotationPt.term,
-   CicNotationPt.term GrafiteAst.reduction, 
-   CicNotationPt.term CicNotationPt.obj, string)
+  (NotationPt.term, NotationPt.term,
+   NotationPt.term GrafiteAst.reduction, 
+   NotationPt.term NotationPt.obj, string)
     GrafiteAst.statement
 
 exception NoInclusionPerformed of string (* full path *)