diff options
| author | Gaƫtan Gilbert | 2017-06-12 17:47:51 +0200 |
|---|---|---|
| committer | Matthieu Sozeau | 2017-09-19 10:28:03 +0200 |
| commit | d9e54d65cc808eab2908beb7a7a2c96005118ace (patch) | |
| tree | b214d227a3c5186dd512fb0f53064b4220ff2648 /test-suite | |
| parent | f72a67569ec8cb9160d161699302b67919da5686 (diff) | |
Allow declaring universe binders with no constraints with @{|}
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/success/polymorphism.v | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test-suite/success/polymorphism.v b/test-suite/success/polymorphism.v index 0bd8bfe602..488443de1d 100644 --- a/test-suite/success/polymorphism.v +++ b/test-suite/success/polymorphism.v @@ -159,6 +159,8 @@ End structures. Module binders. + Definition mynat@{|} := nat. + Definition foo@{i j | i < j, i < j} (A : Type@{i}) : Type@{j}. exact A. Defined. |
