• Functional programming tools providing functions to:-

    Collect or return values from anywhere in the call hierarchy, optionally short-circuiting execution flow in the process. To pass values deep into the call hierarchy from above as a VERY lightweight form of dependency injection.
    Updated
    Updated