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 1111 "logic" = [ ] ;
1212 "relations" = [ "corelib-wrapper" ] ;
1313 "program" = [ "corelib-wrapper" "logic" ] ;
14- "classes" = [ "program" "relations" ] ;
14+ "classes" = [ "program" ] ;
1515 "bool" = [ "classes" ] ;
1616 "structures" = [ "bool" ] ;
1717 "arith-base" = [ "structures" ] ;
2525 "strings" = [ "arith" ] ;
2626 "lia" = [ "arith" "narith" ] ;
2727 "zarith" = [ "lia" ] ;
28- "zmod" = [ "zarith" "sorting" "field" ] ;
28+ "zmod" = [ "zarith" "sorting" "field" "relations" ] ;
2929 "qarith-base" = [ "ring" ] ;
3030 "field" = [ "zarith" ] ;
3131 "lqa" = [ "field" "qarith-base" ] ;
4545 "fmaps-fsets-msets" = [ "orders-ex" "zarith" ] ;
4646 "extraction" = [ "primitive-string" "primitive-array" "primitive-floats" ] ;
4747 "funind" = [ "arith-base" ] ;
48- "wellfounded" = [ "lists" ] ;
48+ "wellfounded" = [ "relations" " lists" ] ;
4949 "streams" = [ "logic" ] ;
5050 "rtauto" = [ "positive" "lists" ] ;
5151 "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 {
99 ];
1010 bool -> classes;
1111 classes -> program;
12- classes -> relations;
12+ wellfounded -> relations;
13+ sorting -> relations;
1314 program -> " corelib-wrapper" ;
1415 program -> logic;
1516 strings -> arith;
You can’t perform that action at this time.
0 commit comments