summaryrefslogtreecommitdiff
path: root/AAC_print.mli
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2012-09-20 09:41:14 +0200
committerGravatar Stephane Glondu <steph@glondu.net>2012-09-20 09:41:14 +0200
commit8917ab003a9b7f2abf8e399b5e7ad013b31a2e0e (patch)
treeddabcfad1c52bf730690b1be7c900f25dcdf0ec3 /AAC_print.mli
parent9216cffaaa1ef137ef5bdb5b290a930cc6198850 (diff)
Imported Upstream version 0.3upstream/0.3
Diffstat (limited to 'AAC_print.mli')
-rw-r--r--AAC_print.mli23
1 files changed, 0 insertions, 23 deletions
diff --git a/AAC_print.mli b/AAC_print.mli
deleted file mode 100644
index bacd806..0000000
--- a/AAC_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 [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
-