X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fgrafite_parser%2FgrafiteParser.ml;h=27634f1c3ddbf8b3afd311417d66b986abc4fb93;hb=f167565ea9faf28f4e3d76b8f160fd269cd1aa84;hp=6da952c7d2ada70e80cc973925c747d7d07a25fd;hpb=b505ea98f76ba6defb31be73a6871c62136e5747;p=helm.git diff --git a/matita/components/grafite_parser/grafiteParser.ml b/matita/components/grafite_parser/grafiteParser.ml index 6da952c7d..27634f1c3 100644 --- a/matita/components/grafite_parser/grafiteParser.ml +++ b/matita/components/grafite_parser/grafiteParser.ml @@ -28,8 +28,6 @@ module N = NotationPt module G = GrafiteAst -type ast_statement = G.statement - let exc_located_wrapper f = try f () @@ -619,7 +617,7 @@ EXTEND statement ;; -type db = ast_statement Grammar.Entry.e ;; +type db = GrafiteAst.statement Grammar.Entry.e ;; class type g_status = object