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 c4f2361 + 358fbc3 commit e2545b6Copy full SHA for e2545b6
tests/infer.v
@@ -17,7 +17,7 @@ HB.mixin Record barm (A : Type) (P : foo.type) (B: Type) (T : Type) := {
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[67].*", fail] HB.check (bar.type_ bool nat bool).
+#[skip="8.1[6-9].*", fail] 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