aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/reserve.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-11-07 23:33:13 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-11-07 23:33:13 +0000
commitf3db9d5424d411205c3fdde6d5b7ef11399de691 (patch)
tree3acd5811e6d80d02e995d61ee72d79490e4ae082 /interp/reserve.mli
parent179651bfda99fc80e150d77ce0eccb08d9c98522 (diff)
Add information of localisation when an error involving an "implicit
types" occurs. Also improved the "unexpected type" error message. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13626 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'interp/reserve.mli')
-rw-r--r--interp/reserve.mli5
1 files changed, 3 insertions, 2 deletions
diff --git a/interp/reserve.mli b/interp/reserve.mli
index a72aa8ec9..3bcba719c 100644
--- a/interp/reserve.mli
+++ b/interp/reserve.mli
@@ -9,7 +9,8 @@
open Util
open Names
open Rawterm
+open Topconstr
-val declare_reserved_type : identifier located -> rawconstr -> unit
-val find_reserved_type : identifier -> rawconstr
+val declare_reserved_type : identifier located -> aconstr -> unit
+val find_reserved_type : identifier -> aconstr
val anonymize_if_reserved : name -> rawconstr -> rawconstr