Created
July 30, 2018 13:53
-
-
Save eric-corumdigital/04d0a2589ec92bd4046c210bbaab9b80 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
newtype Catch e r a = Catch forall x | |
. ( forall n e s | |
. IsSymbol n | |
=> Row.Cons n (FProxy (Except e)) r s | |
=> SProxy n | |
-> Run s a | |
-> (e -> Run r a) | |
-> x | |
) | |
-> x | |
-- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.