From 97fefe1fcca363a1317e066e7f4b99b9c1e9987b Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Thu, 12 Jan 2012 16:02:20 +0100 Subject: Imported Upstream version 8.4~beta --- pretyping/arguments_renaming.mli | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 pretyping/arguments_renaming.mli (limited to 'pretyping/arguments_renaming.mli') diff --git a/pretyping/arguments_renaming.mli b/pretyping/arguments_renaming.mli new file mode 100644 index 00000000..a484ecf7 --- /dev/null +++ b/pretyping/arguments_renaming.mli @@ -0,0 +1,22 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* global_reference -> name list list -> unit + +(** [Not_found] is raised is no names are defined for [r] *) +val arguments_names : global_reference -> name list list + +val rename_type_of_constant : env -> constant -> types +val rename_type_of_inductive : env -> inductive -> types +val rename_type_of_constructor : env -> constructor -> types +val rename_typing : env -> constr -> unsafe_judgment -- cgit v1.2.3