aboutsummaryrefslogtreecommitdiffhomepage
path: root/vernac/record.ml
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-03-06 10:09:53 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-03-06 10:09:53 +0100
commitdb8fcbb7763ac784f7c72b72509d5dc7c2c5323c (patch)
tree44b43bcbdec48ac23a458e2c525e9a716592b4aa /vernac/record.ml
parentddc9728030a98b03447e321d2eb4af0d92add11f (diff)
parent50c948480647af3c5aaea5f80fa9f3341471f2b0 (diff)
Merge PR #6749: Fixing an anomaly in the presence of "let-in" in the type of a record.
Diffstat (limited to 'vernac/record.ml')
-rw-r--r--vernac/record.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vernac/record.ml b/vernac/record.ml
index 1991a8640..e21f53f55 100644
--- a/vernac/record.ml
+++ b/vernac/record.ml
@@ -124,7 +124,7 @@ let typecheck_params_and_fields finite def id poly pl t ps nots fs =
match t with
| { CAst.v = CSort (Misctypes.GType []) } -> true | _ -> false in
let sigma, s = interp_type_evars env sigma ~impls:empty_internalization_env t in
- let sred = Reductionops.whd_all env sigma s in
+ let sred = Reductionops.whd_allnolet env sigma s in
(match EConstr.kind sigma sred with
| Sort s' ->
let s' = EConstr.ESorts.kind sigma s' in