]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/grafite_parser/grafiteParser.mli
update in staic_2 and basic_2
[helm.git] / matitaB / components / grafite_parser / grafiteParser.mli
index aa0fb5bdee9764f6edc70990f57a15d9c0304d64..9e6f1dc6f8cdeccfd942bc223c61b89eda03b4b5 100644 (file)
@@ -32,6 +32,7 @@ class type g_status =
  end
 
 class virtual status :
+ string option ->
  object('self)
   inherit g_status
   inherit CicNotationParser.status
@@ -50,3 +51,4 @@ val extend : #status as 'status ->
 type parsable
 val parsable_statement: #status -> Ulexing.lexbuf -> parsable
 val parse_statement: #status -> parsable -> GrafiteAst.statement
+val strm_of_parsable: parsable -> Ulexing.lexbuf