aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/astterm.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-10-18 17:57:03 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-10-18 17:57:03 +0000
commit622c18013359f95f9b09f4ac935409b4173b6681 (patch)
tree6fa35a3b9b7abea9a028d8f4910bce31b8fe8223 /parsing/astterm.mli
parentedfda2501f08f18e24bd2e3eca763eb1c2dec0ea (diff)
Simplifications autour de typed_type (renommé types par analogie avec sorts); documentation
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@728 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing/astterm.mli')
-rw-r--r--parsing/astterm.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/astterm.mli b/parsing/astterm.mli
index 71f1b03bd..6465bdd88 100644
--- a/parsing/astterm.mli
+++ b/parsing/astterm.mli
@@ -61,6 +61,6 @@ constr_of_com_casted -> interp_casted_constr
constr_of_com_sort -> interp_type
constr_of_com -> interp_constr
rawconstr_of_com -> interp_rawconstr [+ env instead of sign]
-type_of_com -> typed_type_of_com Evd.empty
+type_of_com -> types_of_com Evd.empty
constr_of_com1 true -> interp_type
*)