Skip to content

Instantly share code, notes, and snippets.

@dmwit
Created October 9, 2019 19:57
Show Gist options
  • Save dmwit/c0496a30ab107480241a554089714928 to your computer and use it in GitHub Desktop.
Save dmwit/c0496a30ab107480241a554089714928 to your computer and use it in GitHub Desktop.
(.) :: (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