Created
October 9, 2019 19:57
-
-
Save dmwit/c0496a30ab107480241a554089714928 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
(.) :: (b -> c) -> (a -> b ) -> (a -> c) | |
(,) :: d -> (e -> (d,e)) | |
so a ~ d, and b ~ e -> (d,e), and | |
\x -> x . (,) :: ((e -> (d,e)) -> c) -> (d -> c) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment