diff options
author | Samuel Mimram <smimram@debian.org> | 2006-11-21 21:38:49 +0000 |
---|---|---|
committer | Samuel Mimram <smimram@debian.org> | 2006-11-21 21:38:49 +0000 |
commit | 208a0f7bfa5249f9795e6e225f309cbe715c0fad (patch) | |
tree | 591e9e512063e34099782e2518573f15ffeac003 /parsing/tactic_printer.mli | |
parent | de0085539583f59dc7c4bf4e272e18711d565466 (diff) |
Imported Upstream version 8.1~gammaupstream/8.1.gamma
Diffstat (limited to 'parsing/tactic_printer.mli')
-rw-r--r-- | parsing/tactic_printer.mli | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/parsing/tactic_printer.mli b/parsing/tactic_printer.mli index db5dd794..b1f6d41c 100644 --- a/parsing/tactic_printer.mli +++ b/parsing/tactic_printer.mli @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: tactic_printer.mli 6113 2004-09-17 20:28:19Z barras $ i*) +(*i $Id: tactic_printer.mli 9154 2006-09-20 17:18:18Z corbinea $ i*) (*i*) open Pp @@ -22,6 +22,6 @@ val print_proof : evar_map -> named_context -> proof_tree -> std_ppcmds val pr_rule : rule -> std_ppcmds val pr_tactic : tactic_expr -> std_ppcmds val print_script : - bool -> evar_map -> named_context -> proof_tree -> std_ppcmds + bool -> evar_map -> proof_tree -> std_ppcmds val print_treescript : - bool -> evar_map -> named_context -> proof_tree -> std_ppcmds + bool -> evar_map -> proof_tree -> std_ppcmds |