We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 246e89f + 409f801 commit 5942e6bCopy full SHA for 5942e6b
tests/infer.v
@@ -16,8 +16,7 @@ HB.mixin Record barm (A : Type) (P : foo.type) (B: Type) (T : Type) := {
16
#[infer(P)]
17
HB.structure Definition bar A P B := { T of barm A P B T }.
18
19
-#[skip="8.1[0-5].*"] HB.check (bar.type_ bool nat bool).
20
-#[skip="8.1[6-9].*", fail] HB.check (bar.type_ bool nat bool).
+HB.check (bar.type_ bool nat bool).
21
Print bar.phant_type.
22
Print bar.type.
23
Check bar.type bool nat bool.
0 commit comments