X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fgrafite%2FgrafiteAstPp.ml;h=d6502aca80dae87f36db7c05f923e98c6eeb8042;hb=fa27a63c5a454664c98ce81f76133d088f4961cd;hp=8bd5c96f15862677345877c9487e4ce6a96c5501;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/components/grafite/grafiteAstPp.ml b/helm/software/components/grafite/grafiteAstPp.ml index 8bd5c96f1..d6502aca8 100644 --- a/helm/software/components/grafite/grafiteAstPp.ml +++ b/helm/software/components/grafite/grafiteAstPp.ml @@ -78,13 +78,11 @@ let rec pp_tactic ~term_pp ~lazy_term_pp = sprintf "change %s with %s" (pp_tactic_pattern where) (lazy_term_pp with_what) | Clear (_,id) -> sprintf "clear %s" id | ClearBody (_,id) -> sprintf "clearbody %s" id - | Compare (_,term) -> "compare " ^ term_pp term | Constructor (_,n) -> "constructor " ^ string_of_int n | Contradiction _ -> "contradiction" | Cut (_, ident, term) -> "cut " ^ term_pp term ^ (match ident with None -> "" | Some id -> " as " ^ id) - | DecideEquality _ -> "decide equality" | Decompose (_, [], what, names) -> sprintf "decompose %s%s" what (pp_intros_specs (None, names)) | Decompose (_, types, what, names) ->