File tree Expand file tree Collapse file tree 5 files changed +67
-1
lines changed Expand file tree Collapse file tree 5 files changed +67
-1
lines changed Original file line number Diff line number Diff line change 1515 mathcomp-finmap . override . version = "master" ;
1616 mathcomp . analyis . override . version = "hierarchy-builder" ;
1717 interval . override . version = "master" ;
18- reglang . override . version = "hierarchy-builder " ;
18+ reglang . override . version = "master " ;
1919 coq-bits . override . version = "hierarchy-builder" ;
2020 deriving . job = false ;
2121 } ;
Original file line number Diff line number Diff line change 1+ Datatypes_prod__canonical__compress_coe_D =
2+ fun D D' : D.type =>
3+ {|
4+ D.sort := D.sort D * D.sort D';
5+ D.class :=
6+ {|
7+ D.compress_coe_hasA_mixin :=
8+ prodA (compress_coe_D__to__compress_coe_A D)
9+ (compress_coe_D__to__compress_coe_A D');
10+ D.compress_coe_hasB_mixin :=
11+ prodB tt (compress_coe_D__to__compress_coe_B D)
12+ (compress_coe_D__to__compress_coe_B D');
13+ D.compress_coe_hasC_mixin :=
14+ prodC tt tt (compress_coe_D__to__compress_coe_C D)
15+ (compress_coe_D__to__compress_coe_C D');
16+ D.compress_coe_hasD_mixin := prodD D D'
17+ |}
18+ |}
19+ : D.type -> D.type -> D.type
20+
21+ Arguments Datatypes_prod__canonical__compress_coe_D D D'
Original file line number Diff line number Diff line change 1+ Datatypes_prod__canonical__compress_coe_D =
2+ fun D D' : D.type =>
3+ {|
4+ D.sort := D.sort D * D.sort D';
5+ D.class :=
6+ {|
7+ D.compress_coe_hasA_mixin :=
8+ prodA (compress_coe_D__to__compress_coe_A D)
9+ (compress_coe_D__to__compress_coe_A D');
10+ D.compress_coe_hasB_mixin :=
11+ prodB tt (compress_coe_D__to__compress_coe_B D)
12+ (compress_coe_D__to__compress_coe_B D');
13+ D.compress_coe_hasC_mixin :=
14+ prodC tt tt (compress_coe_D__to__compress_coe_C D)
15+ (compress_coe_D__to__compress_coe_C D');
16+ D.compress_coe_hasD_mixin := prodD D D'
17+ |}
18+ |}
19+ : D.type -> D.type -> D.type
20+
21+ Arguments Datatypes_prod__canonical__compress_coe_D D D'
Original file line number Diff line number Diff line change 1+ Datatypes_nat__canonical__hnf_S =
2+ {| S.sort := nat; S.class := {| S.hnf_M_mixin := HB_unnamed_mixin_12 |} |}
3+ : S.type
4+ HB_unnamed_mixin_12 =
5+ {| M.x := f.y nat HB_unnamed_factory_10 + 1 |}
6+ : M.axioms_ nat
7+ Datatypes_bool__canonical__hnf_S =
8+ {| S.sort := bool; S.class := {| S.hnf_M_mixin := HB_unnamed_mixin_16 |} |}
9+ : S.type
10+ HB_unnamed_mixin_16 =
11+ Builders_6.HB_unnamed_factory_8 bool HB_unnamed_factory_13
12+ : M.axioms_ bool
Original file line number Diff line number Diff line change 1+ Datatypes_nat__canonical__hnf_S =
2+ {| S.sort := nat; S.class := {| S.hnf_M_mixin := HB_unnamed_mixin_12 |} |}
3+ : S.type
4+ HB_unnamed_mixin_12 =
5+ {| M.x := f.y nat HB_unnamed_factory_10 + 1 |}
6+ : M.axioms_ nat
7+ Datatypes_bool__canonical__hnf_S =
8+ {| S.sort := bool; S.class := {| S.hnf_M_mixin := HB_unnamed_mixin_16 |} |}
9+ : S.type
10+ HB_unnamed_mixin_16 =
11+ Builders_6.HB_unnamed_factory_8 bool HB_unnamed_factory_13
12+ : M.axioms_ bool
You can’t perform that action at this time.
0 commit comments