fix type mapNodes' -> mapNodes
This commit is contained in:
parent
2b44d27e2f
commit
f0b2eb0fa3
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@
|
|||
in
|
||||
nib.parse.overrideStruct templateAttrs nodeAttrs;
|
||||
|
||||
mapNodes' = f:
|
||||
mapNodes = f:
|
||||
builtins.mapAttrs
|
||||
(nodeName: nodeAttrs: f nodeName (parseNode nodeName nodeAttrs));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue