aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/extraction/table.mli
diff options
context:
space:
mode:
authorGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2016-05-30 17:16:25 +0200
committerGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2016-05-30 17:16:25 +0200
commit991188b16cc963ea4f8e49075c90eb312c6fe143 (patch)
treeac8563ab63395841e2773f5e1c5b7b82a2261dab /plugins/extraction/table.mli
parentb445ebb0f511ab3be11d602fe091a0bc5f1ad883 (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 2b163610e..62c20bd3a 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