diff options
author | Stephane Glondu <steph@glondu.net> | 2010-07-21 09:46:51 +0200 |
---|---|---|
committer | Stephane Glondu <steph@glondu.net> | 2010-07-21 09:46:51 +0200 |
commit | 5b7eafd0f00a16d78f99a27f5c7d5a0de77dc7e6 (patch) | |
tree | 631ad791a7685edafeb1fb2e8faeedc8379318ae /parsing/prettyp.mli | |
parent | da178a880e3ace820b41d38b191d3785b82991f5 (diff) |
Imported Upstream snapshot 8.3~beta0+13298
Diffstat (limited to 'parsing/prettyp.mli')
-rw-r--r-- | parsing/prettyp.mli | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/parsing/prettyp.mli b/parsing/prettyp.mli index ec2228c7..ba1977e8 100644 --- a/parsing/prettyp.mli +++ b/parsing/prettyp.mli @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: prettyp.mli 11576 2008-11-10 19:13:15Z msozeau $ i*) +(*i $Id$ i*) (*i*) open Pp @@ -18,6 +18,7 @@ open Environ open Reductionops open Libnames open Nametab +open Genarg (*i*) (* A Pretty-Printer for the Calculus of Inductive Constructions. *) @@ -40,10 +41,10 @@ val print_eval : (* This function is exported for the graphical user-interface pcoq *) val build_inductive : mutual_inductive -> int -> global_reference * rel_context * types * identifier array * types array -val print_name : reference -> std_ppcmds +val print_name : reference or_by_notation -> std_ppcmds val print_opaque_name : reference -> std_ppcmds -val print_about : reference -> std_ppcmds -val print_impargs : reference -> std_ppcmds +val print_about : reference or_by_notation -> std_ppcmds +val print_impargs : reference or_by_notation -> std_ppcmds (*i val print_extracted_name : identifier -> std_ppcmds |