Skip to content

Instantly share code, notes, and snippets.

@rexcfnghk
Created May 13, 2018 06:54
Show Gist options
  • Save rexcfnghk/deb68a698b1534bbb87b5099ac7fcaf9 to your computer and use it in GitHub Desktop.
Save rexcfnghk/deb68a698b1534bbb87b5099ac7fcaf9 to your computer and use it in GitHub Desktop.
class (Functor t, Foldable t) => Traversable t where
sequenceA :: Applicative f => t (f a) -> f (t a)
-- t is IEnumerable
-- f is Task
-- a is T
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment