Skip to content

Instantly share code, notes, and snippets.

@dewey92
Last active April 23, 2018 11:33
Show Gist options
  • Select an option

  • Save dewey92/844ad406b72686c72c6e61e3e00c2ea5 to your computer and use it in GitHub Desktop.

Select an option

Save dewey92/844ad406b72686c72c6e61e3e00c2ea5 to your computer and use it in GitHub Desktop.
Reader Interface
interface Reader<D, A> {
(deps: D): A
}
// Hindley-Milner style:
// Reader d a = d -> a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment