Skip to content

Instantly share code, notes, and snippets.

@khibino
Last active December 10, 2019 03:01
Show Gist options
  • Save khibino/77282a770f882e663019 to your computer and use it in GitHub Desktop.
Save khibino/77282a770f882e663019 to your computer and use it in GitHub Desktop.
foo :: Kleisli QuerySimple () (Projection Flat (Ex1, Maybe Ex1))
foo = proc () -> do
x <- query -< ex1
y <- queryMaybe -< ex1
wheres -< just (x ! eid') .=. y ?! eid'
returnA -< x >< y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment