aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/extraction
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-02-08 13:04:00 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-02-08 13:04:00 +0100
commit8d7c8bb91bb1cee533bb3f94fe36a04343f08006 (patch)
tree7a8c381e021a905ca90183ac62b63859c9d4f102 /plugins/extraction
parent3550120641c3b8d84290dc950e717aaf099775f9 (diff)
parent90b6969c467f097a4d7da0140e1351ef98d6401d (diff)
Merge PR#393: Replace Typeops with Fast_typeops
Diffstat (limited to 'plugins/extraction')
-rw-r--r--plugins/extraction/extraction.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/extraction/extraction.ml b/plugins/extraction/extraction.ml
index a980a43f5..2b19c2805 100644
--- a/plugins/extraction/extraction.ml
+++ b/plugins/extraction/extraction.ml
@@ -258,7 +258,7 @@ let rec extract_type env db j c args =
| Const (kn,u as c) ->
let r = ConstRef kn in
let cb = lookup_constant kn env in
- let typ,_ = Typeops.type_of_constant env c in
+ let typ = Typeops.type_of_constant_in env c in
(match flag_of_type env typ with
| (Logic,_) -> assert false (* Cf. logical cases above *)
| (Info, TypeScheme) ->