aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/prettyp.mli
diff options
context:
space:
mode:
authorGravatar clrenard <clrenard@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-11-06 13:05:45 +0000
committerGravatar clrenard <clrenard@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-11-06 13:05:45 +0000
commit22ac53765e6f3d8ee2f05ad5fcdb046fbf4b6baf (patch)
tree3c7468e9f0703d9e70b3aea539aaf8a28ec6a0ed /parsing/prettyp.mli
parent8cd83fb8dd41521bbc109d37dd49dd3aae0de373 (diff)
Suppression des local_constraints, des ctxtty et du focus.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2163 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing/prettyp.mli')
-rw-r--r--parsing/prettyp.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/prettyp.mli b/parsing/prettyp.mli
index f8ea1ba1d..f106d16d6 100644
--- a/parsing/prettyp.mli
+++ b/parsing/prettyp.mli
@@ -35,7 +35,7 @@ val print_sec_context_typ : Nametab.qualid -> std_ppcmds
val print_judgment : env -> unsafe_judgment -> std_ppcmds
val print_safe_judgment : env -> Safe_typing.judgment -> std_ppcmds
val print_eval :
- 'a reduction_function -> env -> unsafe_judgment -> std_ppcmds
+ reduction_function -> env -> unsafe_judgment -> std_ppcmds
(* This function is exported for the graphical user-interface pcoq *)
val build_inductive : section_path -> int ->
global_reference * rel_context * types * identifier array * types array