Last active
December 10, 2019 03:01
-
-
Save khibino/77282a770f882e663019 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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