]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/grafite/grafiteAstPp.ml
New syntax -H1 .. Hn for clear
[helm.git] / matita / components / grafite / grafiteAstPp.ml
index bd846248b848f0d2162038de0c5b627fa010bead..c20a5d8c388430e2966dd9d25035599f8a07dcd8 100644 (file)
@@ -75,6 +75,7 @@ let rec pp_ntactic ~map_unicode_to_tex =
   | NCut (_,t) -> "ncut " ^ NotationPp.pp_term t
 (*| NDiscriminate (_,t) -> "ndiscriminate " ^ NotationPp.pp_term t
   | NSubst (_,t) -> "nsubst " ^ NotationPp.pp_term t *)
+  | NClear (_,l) -> "nclear " ^ String.concat " " l
   | NDestruct (_,dom,skip) -> "ndestruct ..." 
   | NElim (_,what,where) -> "nelim " ^ NotationPp.pp_term what ^
       "...to be implemented..." ^ " " ^ "...to be implemented..."