From 9e28c50232e56e35437afb468c6d273abcf5eab5 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Wed, 1 Dec 2010 11:53:25 +0100 Subject: Imported Upstream version 0.2 --- AAC_print.mli | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 AAC_print.mli (limited to 'AAC_print.mli') diff --git a/AAC_print.mli b/AAC_print.mli new file mode 100644 index 0000000..6cd41c5 --- /dev/null +++ b/AAC_print.mli @@ -0,0 +1,23 @@ +(***************************************************************************) +(* 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 [Term.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 {!AAC_theory.Trans} module.*) +val print : + AAC_coq.Relation.t -> + AAC_theory.Trans.ir -> + (int * AAC_matcher.Terms.t * AAC_matcher.Subst.t AAC_search_monad.m) AAC_search_monad.m -> + Term.rel_context -> + Proof_type.tactic + -- cgit v1.2.3