Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/infer.v
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ HB.mixin Record barm (A : Type) (P : foo.type) (B: Type) (T : Type) := {
HB.structure Definition bar A P B := { T of barm A P B T }.

#[skip="8.1[0-5].*"] HB.check (bar.type_ bool nat bool).
#[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).
Print bar.phant_type.
Print bar.type.
Check bar.type bool nat bool.
Expand Down