Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to specify a function doesn't need args fully resolved when used inside let-flow #203

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 19, 2021

  1. Add ability to specify a function doesn't need args fully resolved in…

    …side `let-flow`
    
    Some functions, like `d/alt` are designed to handle deferrables as arguments. `let-flow`
    shouldn't wait on args to functions like these to have been resolved before invoking the function.
    
    With this change set, all the functions inside `manifold.deferred` that are designed to work with
    deferrables will now behave as "expected" inside a `let-flow` block. Users can mark their own
    functions with the metadata `manifold.deferred/deferred-args` to have `let-flow` treat those the
    same way.
    tanzoniteblack committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    61d291e View commit details
    Browse the repository at this point in the history