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 15
15
mathcomp-finmap . override . version = "master" ;
16
16
mathcomp . analyis . override . version = "hierarchy-builder" ;
17
17
interval . override . version = "master" ;
18
- reglang . override . version = "hierarchy-builder " ;
18
+ reglang . override . version = "master " ;
19
19
coq-bits . override . version = "hierarchy-builder" ;
20
20
deriving . job = false ;
21
21
} ;
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