diff options
author | Stephane Glondu <steph@glondu.net> | 2008-08-08 13:18:42 +0200 |
---|---|---|
committer | Stephane Glondu <steph@glondu.net> | 2008-08-08 13:18:42 +0200 |
commit | 870075f34dd9fa5792bfbf413afd3b96f17e76a0 (patch) | |
tree | 0c647056de1832cf1dba5ba58758b9121418e4be /parsing/tactic_printer.mli | |
parent | a0cfa4f118023d35b767a999d5a2ac4b082857b4 (diff) |
Imported Upstream version 8.2~beta4+dfsgupstream/8.2.beta4+dfsg
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 676dbdf2..affc5ec2 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 10580 2008-02-22 13:39:13Z lmamane $ i*) +(*i $Id: tactic_printer.mli 11313 2008-08-07 11:15:03Z barras $ i*) (*i*) open Pp @@ -23,6 +23,6 @@ val pr_rule : rule -> std_ppcmds val pr_tactic : tactic_expr -> std_ppcmds val pr_proof_instr : Decl_expr.proof_instr -> Pp.std_ppcmds val print_script : - bool -> evar_map -> proof_tree -> std_ppcmds + ?nochange:bool -> evar_map -> proof_tree -> std_ppcmds val print_treescript : - bool -> evar_map -> proof_tree -> std_ppcmds + ?nochange:bool -> evar_map -> proof_tree -> std_ppcmds |