]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite_parser/grafiteDisambiguator.mli
First experimental version of the declarative proof language for Matita.
[helm.git] / components / grafite_parser / grafiteDisambiguator.mli
index b70eb737fba41df132a08aabb51f4076a747ed15..52add3974c8304f567f774b6a64c23834e6a3a99 100644 (file)
@@ -30,6 +30,9 @@ exception Ambiguous_input
 exception DisambiguationError of
  int * (Token.flocation option * string Lazy.t) list list
 
+(** initially false; for debugging only (???) *)
+val only_one_pass: bool ref
+
 type choose_uris_callback = id:string -> UriManager.uri list -> UriManager.uri list
 type choose_interp_callback = 
   string -> int -> (Token.flocation list * string * string) list list ->