From bf18afeefa06e972c6cb98fa8a81ec7172fdde7f Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Tue, 20 May 2014 19:56:29 +0200 Subject: Moving (e)transitivity out of the AST. --- printing/pptactic.ml | 2 -- 1 file changed, 2 deletions(-) (limited to 'printing/pptactic.ml') diff --git a/printing/pptactic.ml b/printing/pptactic.ml index 0ea8b4048c..a5b07c4770 100644 --- a/printing/pptactic.ml +++ b/printing/pptactic.ml @@ -790,8 +790,6 @@ and pr_atom1 = function (* Equivalence relations *) | TacSymmetry cls -> str "symmetry" ++ pr_clauses (Some true) pr_ident cls - | TacTransitivity (Some c) -> str "transitivity" ++ pr_constrarg c - | TacTransitivity None -> str "etransitivity" (* Equality and inversion *) | TacRewrite (ev,l,cl,by) -> -- cgit v1.2.3