typo overrideStructs -> overrideStruct
This commit is contained in:
parent
aa1060fa1b
commit
8c57b7d2d3
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ in rec {
|
||||||
# overrideStruct ensures no properties are evaluated (entirely lazy)
|
# overrideStruct ensures no properties are evaluated (entirely lazy)
|
||||||
# TODO: should this be called "overlayStructs" or something? (its not exactly a override...)
|
# TODO: should this be called "overlayStructs" or something? (its not exactly a override...)
|
||||||
# NOTE: respects Terminal types
|
# NOTE: respects Terminal types
|
||||||
overrideStructs =
|
overrideStruct =
|
||||||
overrideStructCond
|
overrideStructCond
|
||||||
(_: leaf: !(isTerminal leaf))
|
(_: leaf: !(isTerminal leaf))
|
||||||
(leaf:
|
(leaf:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue