File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- Datatypes_prod__canonical__compress_coe_D =
1+ Datatypes_prod__canonical__compress_coe_D =
22fun D D' : D.type =>
33{|
44 D.sort := D.sort D * D.sort D';
Original file line number Diff line number Diff line change 1- Datatypes_nat__canonical__hnf_S =
1+ Datatypes_nat__canonical__hnf_S =
22{| S.sort := nat; S.class := {| S.hnf_M_mixin := HB_unnamed_mixin_12 |} |}
33 : S.type
4- HB_unnamed_mixin_12 =
4+ HB_unnamed_mixin_12 =
55{| M.x := f.y nat HB_unnamed_factory_10 + 1 |}
66 : M.axioms_ nat
7- Datatypes_bool__canonical__hnf_S =
7+ Datatypes_bool__canonical__hnf_S =
88{| S.sort := bool; S.class := {| S.hnf_M_mixin := HB_unnamed_mixin_16 |} |}
99 : S.type
10- HB_unnamed_mixin_16 =
10+ HB_unnamed_mixin_16 =
1111Builders_6.HB_unnamed_factory_8 bool HB_unnamed_factory_13
1212 : M.axioms_ bool
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ HB.mixin Record barm (A : Type) (P : foo.type) (B: Type) (T : Type) := {
1717HB.structure Definition bar A P B := { T of barm A P B T }.
1818
1919#[skip="8.1[0-5].*"] HB.check (bar.type_ bool nat bool).
20- #[skip="8.16 .*", fail] HB.check (bar.type_ bool nat bool).
20+ #[skip="8.1[67] .*", fail] HB.check (bar.type_ bool nat bool).
2121Print bar.phant_type.
2222Print bar.type.
2323Check bar.type bool nat bool.
You can’t perform that action at this time.
0 commit comments