aboutsummaryrefslogtreecommitdiff
path: root/plugins/extraction/table.mli
diff options
context:
space:
mode:
authorPierre Letouzey2016-05-30 17:16:25 +0200
committerPierre Letouzey2016-05-30 17:25:22 +0200
commitcb31cd671a0ef4da0cf834dad5b67776098bb0d1 (patch)
treea8cd948a0377602c71116f4a1bffd366102d7b32 /plugins/extraction/table.mli
parent35fb7ad402fee1e3e247ccf37438d3a7a5230629 (diff)
Extraction : add a location in the error message about polyprop
Diffstat (limited to 'plugins/extraction/table.mli')
-rw-r--r--plugins/extraction/table.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/extraction/table.mli b/plugins/extraction/table.mli
index 2b163610e9..62c20bd3a7 100644
--- a/plugins/extraction/table.mli
+++ b/plugins/extraction/table.mli
@@ -30,7 +30,7 @@ val error_inductive : global_reference -> 'a
val error_nb_cons : unit -> 'a
val error_module_clash : module_path -> module_path -> 'a
val error_no_module_expr : module_path -> 'a
-val error_singleton_become_prop : Id.t -> 'a
+val error_singleton_become_prop : Id.t -> global_reference option -> 'a
val error_unknown_module : qualid -> 'a
val error_scheme : unit -> 'a
val error_not_visible : global_reference -> 'a