Misunderstood hasOptions, I think
This commit is contained in:
parent
ce6d4070a6
commit
95679e1344
@ -186,7 +186,8 @@ rec {
|
|||||||
args: elemType.iter f path (v args);
|
args: elemType.iter f path (v args);
|
||||||
fold = op: nul: v:
|
fold = op: nul: v:
|
||||||
args: elemType.fold op nul (v args);
|
args: elemType.fold op nul (v args);
|
||||||
inherit (elemType) hasOptions delayOnGlobalEval;
|
inherit (elemType) delayOnGlobalEval;
|
||||||
|
hasOptions = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
# !!! this should be a type constructor that takes the options as
|
# !!! this should be a type constructor that takes the options as
|
||||||
|
Loading…
x
Reference in New Issue
Block a user