Skip to content

Commit

Permalink
Testing {in _, _} and {pred _} from ssrbool
Browse files Browse the repository at this point in the history
(cherry picked from commit 36664ba)
  • Loading branch information
CohenCyril authored and Zimmi48 committed Dec 9, 2020
1 parent ef1f5bb commit 831c47d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test-suite/output/ssr_pred.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
in1W
: forall (T1 : predArgType) (D1 : {pred T1}) (P1 : T1 -> Prop),
(forall x : T1, P1 x) -> {in D1, forall x : T1, P1 x}
3 changes: 3 additions & 0 deletions test-suite/output/ssr_pred.v
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Require Import ssreflect ssrfun ssrbool.

Check @in1W.

0 comments on commit 831c47d

Please sign in to comment.