Created
February 15, 2017 21:20
-
-
Save deque-blog/c4ef3f59043c836a12892e25d9c38a27 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
para :: (ExprR (a, Expr) -> a) -> Expr -> a | |
para alg = alg . fmap (para alg &&& id) . unFix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment