yet another bootstrap rename
This commit is contained in:
parent
f30ec5470d
commit
583e20fed1
19 changed files with 17 additions and 14 deletions
|
|
@ -1,10 +1,13 @@
|
||||||
{mix, ...} @ inputs:
|
{mix, ...} @ inputs:
|
||||||
mix.newMixture inputs (mixture: {
|
mix.newMixture inputs (mixture: {
|
||||||
isolated = true;
|
isolated = true;
|
||||||
includes.public = [
|
includes = {
|
||||||
./nt
|
public = [
|
||||||
];
|
./nt
|
||||||
submods.protected = [
|
];
|
||||||
./std
|
protected = [
|
||||||
];
|
# XXX: WARNING: reimplement std but typesafe
|
||||||
|
./bootstrap
|
||||||
|
];
|
||||||
|
};
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
;
|
;
|
||||||
|
|
||||||
inherit
|
inherit
|
||||||
(this.std)
|
(this.prim)
|
||||||
flip
|
flip
|
||||||
hasAttrAt
|
hasAttrAt
|
||||||
projectOnto
|
projectOnto
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
;
|
;
|
||||||
|
|
||||||
inherit
|
inherit
|
||||||
(this.std.terminal)
|
(this.naive.terminal)
|
||||||
Terminal
|
Terminal
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,13 +18,13 @@
|
||||||
;
|
;
|
||||||
|
|
||||||
inherit
|
inherit
|
||||||
(this.std)
|
(this.prim)
|
||||||
contains
|
contains
|
||||||
not
|
not
|
||||||
;
|
;
|
||||||
|
|
||||||
inherit
|
inherit
|
||||||
(this.std.maybe)
|
(this.naive.maybe)
|
||||||
isSome
|
isSome
|
||||||
bindMaybe
|
bindMaybe
|
||||||
;
|
;
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
;
|
;
|
||||||
|
|
||||||
inherit
|
inherit
|
||||||
(this.std)
|
(this.prim)
|
||||||
filterEven
|
filterEven
|
||||||
init
|
init
|
||||||
last
|
last
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
;
|
;
|
||||||
|
|
||||||
inherit
|
inherit
|
||||||
(this.std.maybe)
|
(this.naive.maybe)
|
||||||
bindMaybe
|
bindMaybe
|
||||||
isSome
|
isSome
|
||||||
;
|
;
|
||||||
|
|
|
||||||
|
|
@ -6,13 +6,13 @@
|
||||||
;
|
;
|
||||||
|
|
||||||
inherit
|
inherit
|
||||||
(this.std)
|
(this.prim)
|
||||||
enfAllAttrs
|
enfAllAttrs
|
||||||
enfHasAttr
|
enfHasAttr
|
||||||
;
|
;
|
||||||
|
|
||||||
inherit
|
inherit
|
||||||
(this.std.maybe)
|
(this.naive.maybe)
|
||||||
nullableToMaybe
|
nullableToMaybe
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue