Misunderstood hasOptions, I think
This commit is contained in:
parent
ce6d4070a6
commit
95679e1344
1 changed files with 2 additions and 1 deletions
|
@ -186,7 +186,8 @@ rec {
|
|||
args: elemType.iter f path (v args);
|
||||
fold = op: nul: v:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue