Skip to content

Instantly share code, notes, and snippets.

@Rizary
Created August 19, 2019 23:52
Show Gist options
  • Save Rizary/85d04265c215eeab436a0851ea3efa3a to your computer and use it in GitHub Desktop.
Save Rizary/85d04265c215eeab436a0851ea3efa3a to your computer and use it in GitHub Desktop.
deepNested :: forall a. Event t a
n1 <- ...
...
...
n2 <- ...
...
...
n3 <- ...
...
...
el1 <- ...
ev <- domEvent Click el1
pure ev
pure n3
pure n2
pure n1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment