From 8018e923c75eb5504310864f821972f794b7d554 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Wed, 13 Feb 2019 20:40:51 -0500 Subject: New upstream version 8.8.0+1.gbp069dc3b --- print.mli | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 print.mli (limited to 'print.mli') diff --git a/print.mli b/print.mli deleted file mode 100644 index bbb9b20..0000000 --- a/print.mli +++ /dev/null @@ -1,23 +0,0 @@ -(***************************************************************************) -(* This is part of aac_tactics, it is distributed under the terms of the *) -(* GNU Lesser General Public License version 3 *) -(* (see file LICENSE for more details) *) -(* *) -(* Copyright 2009-2010: Thomas Braibant, Damien Pous. *) -(***************************************************************************) - -(** Pretty printing functions we use for the aac_instances - tactic. *) - - -(** The main printing function. {!print} uses the rel-context - to rename the variables, and rebuilds raw Coq terms (for the given - context, and the terms in the environment). In order to do so, it - requires the information gathered by the {!Theory.Trans} module.*) -val print : - Coq.Relation.t -> - Theory.Trans.ir -> - (int * Matcher.Terms.t * Matcher.Subst.t Search_monad.m) Search_monad.m -> - Context.Rel.t -> - Proof_type.tactic - -- cgit v1.2.3