]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaMathView.ml
cicNotation* ==> notation*
[helm.git] / matita / matita / matitaMathView.ml
index 4b9fa4646f4b3655c2b3f0a155f728c51a7c6843..8a7b8fdcba47988dfbc090223a83422d965bce3f 100644 (file)
@@ -884,7 +884,7 @@ let blank_uri = BuildTimeConf.blank_uri
 let current_proof_uri = BuildTimeConf.current_proof_uri
 
 type term_source =
-  [ `Ast of CicNotationPt.term
+  [ `Ast of NotationPt.term
   | `NCic of NCic.term * NCic.context * NCic.metasenv * NCic.substitution
   | `String of string
   ]