X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fgrafite%2FgrafiteAstPp.ml;h=6a493f834a1fe24b6d866c1421741dfa1cc9c809;hb=dee331ab42d5d625f32fecc3e70df013c2dd093d;hp=3ab738ab789a579cc41611e42e15bc90f43d22e4;hpb=bf6f5b964bd4e6c16401a4bfab3c29d6824be22a;p=helm.git diff --git a/helm/software/components/grafite/grafiteAstPp.ml b/helm/software/components/grafite/grafiteAstPp.ml index 3ab738ab7..6a493f834 100644 --- a/helm/software/components/grafite/grafiteAstPp.ml +++ b/helm/software/components/grafite/grafiteAstPp.ml @@ -91,9 +91,12 @@ 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 + | NElim (_,what,where) -> "nelim " ^ CicNotationPp.pp_term what ^ + assert false ^ " " ^ assert false | NId _ -> "nid" + | NIntro (_,n) -> n ;; let rec pp_tactic ~map_unicode_to_tex ~term_pp ~lazy_term_pp =