aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorMatthieu Sozeau2014-09-06 11:27:09 +0200
committerMatthieu Sozeau2014-09-06 11:27:09 +0200
commit0413899668e8be15df5065abdaf1d40ad3c2c31b (patch)
tree5d2c4671737b9d0c9eba68cdf0d16503c6e47608 /kernel
parentd7db69dea59cddd3ac81ed469170fad889af4e16 (diff)
Fix checker to handle projections with eta and universe polymorphism correctly.
Diffstat (limited to 'kernel')
-rw-r--r--kernel/reduction.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/reduction.ml b/kernel/reduction.ml
index ebba231654..31c338dd97 100644
--- a/kernel/reduction.ml
+++ b/kernel/reduction.ml
@@ -468,7 +468,7 @@ and eqappr cv_pb l2r infos (lft1,st1) (lft2,st2) cuniv =
convert_stacks l2r infos lft1 lft2 v1 v2 cuniv)
else raise NotConvertible
- (* Eta expansion of records *)
+ (* Eta expansion of records *)
| (FConstruct ((ind1,j1),u1), _) ->
(try
let v1, v2 =