Skip to content

Instantly share code, notes, and snippets.

@dreadedsoftware
Created May 3, 2016 01:01
Show Gist options
  • Save dreadedsoftware/0ec7d4ae0d0ffa6eab5b6168885d450f to your computer and use it in GitHub Desktop.
Save dreadedsoftware/0ec7d4ae0d0ffa6eab5b6168885d450f to your computer and use it in GitHub Desktop.
//ummm... no higher kinds... what???
type Functor<'A> =
abstract map: 'A<'B> -> ('B -> 'C) -> 'A<'C>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment