Skip to content

Instantly share code, notes, and snippets.

@dewey92
Last active May 8, 2019 21:16
Show Gist options
  • Save dewey92/018cbf9a7a69bb987188df5cb9d7efe4 to your computer and use it in GitHub Desktop.
Save dewey92/018cbf9a7a69bb987188df5cb9d7efe4 to your computer and use it in GitHub Desktop.
HKT concept ts
const map = <F, A, B>(fn: (val: A) => B, thing: F<A>): F<B> = /* IMPL */;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment