hide trivial.nix and patterns.nix for now
This commit is contained in:
parent
dd584cc354
commit
212a85c045
2 changed files with 1253 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
std = mkMod ./std;
|
std = mkMod ./std;
|
||||||
panic = mkMod ./panic.nix;
|
panic = mkMod ./panic.nix;
|
||||||
parse = mkMod ./parse;
|
parse = mkMod ./parse;
|
||||||
patterns = mkMod ./patterns.nix;
|
# patterns = mkMod ./patterns.nix;
|
||||||
|
|
||||||
types = mkMod ./types;
|
types = mkMod ./types;
|
||||||
typesystem = mkMod ./typesystem.nix;
|
typesystem = mkMod ./typesystem.nix;
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
{inherit std types panic parse;}
|
{inherit std types panic parse;}
|
||||||
|
|
||||||
# submodule content accessible directly (ie self.myFunc)
|
# submodule content accessible directly (ie self.myFunc)
|
||||||
patterns
|
# patterns
|
||||||
typesystem
|
typesystem
|
||||||
sys
|
sys
|
||||||
];
|
];
|
||||||
|
|
|
||||||
1251
nib/std/trivial.nix.bak
Normal file
1251
nib/std/trivial.nix.bak
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue