diff options
| author | Gaëtan Gilbert | 2018-08-22 16:40:16 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-08-28 12:50:05 +0200 |
| commit | 3aa3c4590ce7d32657cd48ea021254e4215e2889 (patch) | |
| tree | 20277ef9a5de475c8eb2f48e55a62b7feebeef77 /test-suite | |
| parent | a7b09ef087d82e0b733356e6f22dd5a79b967788 (diff) | |
Close #8091: print universe context for Eval when option on.
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/output/UnivBinders.out | 15 | ||||
| -rw-r--r-- | test-suite/output/UnivBinders.v | 2 |
2 files changed, 11 insertions, 6 deletions
diff --git a/test-suite/output/UnivBinders.out b/test-suite/output/UnivBinders.out index 66b2a12c60..926114a1e1 100644 --- a/test-suite/output/UnivBinders.out +++ b/test-suite/output/UnivBinders.out @@ -51,6 +51,9 @@ foo is universe polymorphic Type@{i} -> Type@{j} : Type@{max(i+1,j+1)} (* {j i} |= *) + = Type@{i} -> Type@{j} + : Type@{max(i+1,j+1)} +(* {j i} |= *) Monomorphic mono = Type@{mono.u} : Type@{mono.u+1} (* {mono.u} |= *) @@ -152,24 +155,24 @@ inmod@{u} -> Type@{v} (* u v |= *) Applied.infunct is universe polymorphic -axfoo@{i Top.46 Top.47} : Type@{Top.46} -> Type@{i} -(* i Top.46 Top.47 |= *) +axfoo@{i Top.48 Top.49} : Type@{Top.48} -> Type@{i} +(* i Top.48 Top.49 |= *) axfoo is universe polymorphic Argument scope is [type_scope] Expands to: Constant Top.axfoo -axbar@{i Top.46 Top.47} : Type@{Top.47} -> Type@{i} -(* i Top.46 Top.47 |= *) +axbar@{i Top.48 Top.49} : Type@{Top.49} -> Type@{i} +(* i Top.48 Top.49 |= *) axbar is universe polymorphic Argument scope is [type_scope] Expands to: Constant Top.axbar -axfoo' : Type@{Top.49} -> Type@{axbar'.i} +axfoo' : Type@{Top.51} -> Type@{axbar'.i} axfoo' is not universe polymorphic Argument scope is [type_scope] Expands to: Constant Top.axfoo' -axbar' : Type@{Top.49} -> Type@{axbar'.i} +axbar' : Type@{Top.51} -> Type@{axbar'.i} axbar' is not universe polymorphic Argument scope is [type_scope] diff --git a/test-suite/output/UnivBinders.v b/test-suite/output/UnivBinders.v index c6a6b8231f..f806a9f4f7 100644 --- a/test-suite/output/UnivBinders.v +++ b/test-suite/output/UnivBinders.v @@ -33,6 +33,8 @@ Print foo. Check Type@{i} -> Type@{j}. +Eval cbv in Type@{i} -> Type@{j}. + Set Strict Universe Declaration. (* Binders even work with monomorphic definitions! *) |
