diff options
| author | Gaëtan Gilbert | 2019-02-22 22:59:47 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2019-02-22 22:59:47 +0100 |
| commit | c37e90b67c74b32837409a9a424757246067ef1b (patch) | |
| tree | 639db4ec57048e96a50a9711c9d15f7c72fe9346 /test-suite/success | |
| parent | dea9f08178efcf9cfac7ee2970dc21abc2fde308 (diff) | |
| parent | c5e2f573ef079800eed4c8246c4f2bd39bf47b26 (diff) | |
Merge PR #9364: Apply implicit binders to Hypothesis inside sections.
Reviewed-by: SkySkimmer
Diffstat (limited to 'test-suite/success')
| -rw-r--r-- | test-suite/success/AdvancedTypeClasses.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/success/AdvancedTypeClasses.v b/test-suite/success/AdvancedTypeClasses.v index d0aa5c8578..0253ec46e4 100644 --- a/test-suite/success/AdvancedTypeClasses.v +++ b/test-suite/success/AdvancedTypeClasses.v @@ -71,7 +71,7 @@ Variable Inhabited: term -> Prop. Variable Inhabited_correct: forall `{interp_pair p}, Inhabited (repr p) -> p. Lemma L : Prop * A -> bool * (Type -> Set) . -apply (Inhabited_correct _ _). +apply Inhabited_correct. change (Inhabited (Fun (Prod PROP (Var A)) (Prod Bool (Fun TYPE SET)))). Admitted. |
