]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite_parser/grafiteParser.mli
snopshot (working one!)
[helm.git] / components / grafite_parser / grafiteParser.mli
index f8754df0c4715f14c098e9072310e7d53be25a86..47f0af02bf455ea6ba3f919a16b679f4fcbd81be 100644 (file)
@@ -33,7 +33,11 @@ type ast_statement =
    CicNotationPt.term CicNotationPt.obj, string)
     GrafiteAst.statement
 
+exception NoInclusionPerformed of string (* full path *)
+
 type statement =
+  ?never_include:bool -> 
+    (* do not call LexiconEngine to do includes, always raise NoInclusionPerformed *) 
   include_paths:string list ->
   LexiconEngine.status ->
     LexiconEngine.status * ast_statement localized_option