]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaExcPp.ml
merged cic_notation with matita: good luck!
[helm.git] / helm / matita / matitaExcPp.ml
index 74f2c9f41a03432d8aca76b8a4af059c2da456fb..2c46da4f566c4f42488c65c430428787378ce752 100644 (file)
@@ -31,8 +31,8 @@ let to_string =
       "Baseuri not set for this script. "
       ^ "Use 'set \"baseuri\" \"<uri>\".' to set it."
   | MatitaTypes.Command_error msg -> "Error: " ^ msg
-  | CicTextualParser2.Parse_error (floc,err) ->
-      let (x, y) = CicAst.loc_of_floc floc in
+  | CicNotationParser.Parse_error (floc,err) ->
+      let (x, y) = CicNotationPt.loc_of_floc floc in
       sprintf "Parse error at %d-%d: %s" x y err
   | UriManager.IllFormedUri uri -> sprintf "invalid uri: %s" uri
   | CicEnvironment.Object_not_found uri ->