From d9e54d65cc808eab2908beb7a7a2c96005118ace Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Mon, 12 Jun 2017 17:47:51 +0200 Subject: Allow declaring universe binders with no constraints with @{|} --- test-suite/success/polymorphism.v | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test-suite') 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. -- cgit v1.2.3