Skip to content

Instantly share code, notes, and snippets.

@jhewlett
Last active December 18, 2018 19:53
Show Gist options
  • Save jhewlett/a645033fa5a68bc958c1883a53b5232b to your computer and use it in GitHub Desktop.
Save jhewlett/a645033fa5a68bc958c1883a53b5232b to your computer and use it in GitHub Desktop.
Remove nesting through CEs
maybe {
let! thingA = findThingA id
let! thingB = findThingB id
return combine thingA thingB
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment