aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/extraction/extraction.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/extraction/extraction.ml b/contrib/extraction/extraction.ml
index 4580433063..294f962dc1 100644
--- a/contrib/extraction/extraction.ml
+++ b/contrib/extraction/extraction.ml
@@ -762,6 +762,7 @@ let extract_constant_spec env kn cb =
Sval (r, type_expunge env t)
let extract_inductive env kn =
+ let kn = long_kn kn in
let ind = extract_ind env kn in
add_recursors env kn;
let f l = List.filter (type_neq env Tdummy) l in