diff options
| author | filliatr | 1999-12-01 10:50:05 +0000 |
|---|---|---|
| committer | filliatr | 1999-12-01 10:50:05 +0000 |
| commit | 752d4bd4c19bdfe427d2ab033ac18674a91faa25 (patch) | |
| tree | 1e8ce1dfced136f15dbfa96ecf5af614a5838883 /proofs/refiner.mli | |
| parent | b91ae6a8900b368af0a3acc0a61a8af0db783991 (diff) | |
module Pfedit
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@169 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/refiner.mli')
| -rw-r--r-- | proofs/refiner.mli | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/proofs/refiner.mli b/proofs/refiner.mli index aa7973ac0e..fa80f4329e 100644 --- a/proofs/refiner.mli +++ b/proofs/refiner.mli @@ -118,3 +118,18 @@ val prev_unproven : pftreestate -> pftreestate val top_of_tree : pftreestate -> pftreestate val change_constraints_pftreestate : global_constraints -> pftreestate -> pftreestate + + +(*s Pretty-printers. *) + +(*i*) +open Pp +(*i*) + +val print_proof : evar_declarations -> var_context -> proof_tree -> std_ppcmds +val pr_rule : rule -> std_ppcmds +val pr_tactic : tactic_expression -> std_ppcmds +val print_script : + bool -> evar_declarations -> var_context -> proof_tree -> std_ppcmds +val print_treescript : + evar_declarations -> var_context -> proof_tree -> std_ppcmds |
