]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAstPp.ml
tentative subst-sexpand and change
[helm.git] / helm / software / components / grafite / grafiteAstPp.ml
index 5785a10719f6afa269eab400db1f7540922986a7..3ab738ab789a579cc41611e42e15bc90f43d22e4 100644 (file)
@@ -91,6 +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
   | NId _ -> "nid"
 ;;