diff options
Diffstat (limited to 'test-suite/bugs')
| -rw-r--r-- | test-suite/bugs/opened/4813.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/opened/4813.v b/test-suite/bugs/opened/4813.v index 7c65accfea..b75170179b 100644 --- a/test-suite/bugs/opened/4813.v +++ b/test-suite/bugs/opened/4813.v @@ -2,4 +2,4 @@ Record T := BT { t : Set }. Record U (x : T) := BU { u : t x -> Prop }. -Definition A (H : unit -> Prop) : U (BT unit) := BU _ H. +Fail Definition A (H : unit -> Prop) : U (BT unit) := BU _ H. |
