Misunderstood hasOptions, I think

This commit is contained in:
Shea Levy 2012-12-20 00:28:12 -05:00
parent ce6d4070a6
commit 95679e1344

View File

@ -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