]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaExcPp.ml
Huge reorganization of matita and ocaml.
[helm.git] / helm / matita / matitaExcPp.ml
index af1aeb882964661d01e722ef905fc3d681c2e545..e9e7f488f3ff731c1d9e3ff0fc496f2d9a18a56b 100644 (file)
@@ -63,7 +63,7 @@ let rec to_string =
      None, "Type checking assertion failed: " ^ Lazy.force msg
   | LibrarySync.AlreadyDefined s -> 
      None, "Already defined: " ^ UriManager.string_of_uri s
-  | MatitaDisambiguator.DisambiguationError (offset,errorll) ->
+  | GrafiteDisambiguator.DisambiguationError (offset,errorll) ->
      let rec aux n ?(dummy=false) (prev_msg,phases) =
       function
          [] -> [prev_msg,phases]