Open
Description
Just to think over what would happen if users start to use delayed
a la carte:
mapvalues
-- returningdelayed(f)(x)
is completely OK. The chaining of lazy values should work as expected. Callingdelayed
functions with other values which may themselves bedelayed
is OK. But calling it with say an array of delayed values is not.mapsubtrees
-- returningdelayed(f)(x)
will work but not whenf(x)
is a FileTree. However, a FileTree withdelayed
values is OK.reducevalues
-- seems fine again. as in 1.
cc @DrChainsaw
Metadata
Metadata
Assignees
Labels
No labels