]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAstPp.ml
1) mk_meta now returns also the index of the created meta
[helm.git] / helm / software / components / grafite / grafiteAstPp.ml
index 3ab738ab789a579cc41611e42e15bc90f43d22e4..372ab7fb320d498688aaf1457e75e08cc654b076 100644 (file)
@@ -91,8 +91,8 @@ let pp_just ~term_pp =
 
 let pp_ntactic ~map_unicode_to_tex = function
   | NApply (_,t) -> "napply " ^ CicNotationPp.pp_term t
-  | NChange (_,what,wwhat) -> "nchange " ^ CicNotationPp.pp_term what 
-      ^ " " ^ CicNotationPp.pp_term wwhat
+  | NChange (_,what,wwhat) -> "nchange " ^ assert false ^ 
+      " with " ^ CicNotationPp.pp_term wwhat
   | NId _ -> "nid"
 ;;