File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
.nix/rocq-overlays/stdlib-subcomponents Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11
11
"logic" = [ ] ;
12
12
"relations" = [ "corelib-wrapper" ] ;
13
13
"program" = [ "corelib-wrapper" "logic" ] ;
14
- "classes" = [ "program" "relations" ] ;
14
+ "classes" = [ "program" ] ;
15
15
"bool" = [ "classes" ] ;
16
16
"structures" = [ "bool" ] ;
17
17
"arith-base" = [ "structures" ] ;
25
25
"strings" = [ "arith" ] ;
26
26
"lia" = [ "arith" "narith" ] ;
27
27
"zarith" = [ "lia" ] ;
28
- "zmod" = [ "zarith" "sorting" "field" ] ;
28
+ "zmod" = [ "zarith" "sorting" "field" "relations" ] ;
29
29
"qarith-base" = [ "ring" ] ;
30
30
"field" = [ "zarith" ] ;
31
31
"lqa" = [ "field" "qarith-base" ] ;
45
45
"fmaps-fsets-msets" = [ "orders-ex" "zarith" ] ;
46
46
"extraction" = [ "primitive-string" "primitive-array" "primitive-floats" ] ;
47
47
"funind" = [ "arith-base" ] ;
48
- "wellfounded" = [ "lists" ] ;
48
+ "wellfounded" = [ "relations" " lists" ] ;
49
49
"streams" = [ "logic" ] ;
50
50
"rtauto" = [ "positive" "lists" ] ;
51
51
"compat" = [ "rtauto" "fmaps-fsets-msets" "funind" "extraction" "reals" "zmod" "wellfounded" "streams" ] ;
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ digraph stdlib_deps {
9
9
];
10
10
bool -> classes;
11
11
classes -> program;
12
- classes -> relations;
12
+ wellfounded -> relations;
13
+ sorting -> relations;
13
14
program -> " corelib-wrapper" ;
14
15
program -> logic;
15
16
strings -> arith;
You can’t perform that action at this time.
0 commit comments