fix: with syntax sucks
This commit is contained in:
parent
600cac3ce3
commit
8e008614f7
2 changed files with 5 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{nib, ...}:
|
||||
with builtins nib.types; rec {
|
||||
with builtins;
|
||||
with nib.types; rec {
|
||||
cmpStructErr' = errBadKeys: errBadValues: path: S: T:
|
||||
if isAttrs S && isAttrs T
|
||||
then let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue