From 7da87c68444558218bca2a3b070086712d727bcc Mon Sep 17 00:00:00 2001 From: desmettr Date: Wed, 5 Feb 2003 15:52:31 +0000 Subject: Ajout du traducteur git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3664 85f007b7-540e-0410-9357-904b9bb8a0f7 --- translate/ppconstrnew.mli | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 translate/ppconstrnew.mli (limited to 'translate/ppconstrnew.mli') diff --git a/translate/ppconstrnew.mli b/translate/ppconstrnew.mli new file mode 100644 index 000000000..1488a9d17 --- /dev/null +++ b/translate/ppconstrnew.mli @@ -0,0 +1,41 @@ +(***********************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* constr_expr -> constr_expr -> + (name located list * constr_expr) list * constr_expr * constr_expr + +val pr_global : global_reference -> std_ppcmds + +val gentermpr : Coqast.t -> std_ppcmds +val gentermpr_core : bool -> env -> constr -> std_ppcmds + +val pr_opt : ('a -> std_ppcmds) -> 'a option -> std_ppcmds +val pr_name : name -> std_ppcmds +val pr_qualid : qualid -> std_ppcmds +val pr_red_expr : + ('a -> std_ppcmds) * ('b -> std_ppcmds) -> + ('a,'b) red_expr_gen -> std_ppcmds + +val pr_sort : rawsort -> std_ppcmds +val pr_pattern : Tacexpr.pattern_expr -> std_ppcmds +val pr_constr : constr_expr -> std_ppcmds +val pr_may_eval : ('a -> std_ppcmds) -> 'a may_eval -> std_ppcmds -- cgit v1.2.3