Skip to content

Instantly share code, notes, and snippets.

@tcrayford
Created July 11, 2012 22:05
Show Gist options
  • Save tcrayford/3093987 to your computer and use it in GitHub Desktop.
Save tcrayford/3093987 to your computer and use it in GitHub Desktop.
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE UndecidableInstances #-}
import Data.Traversable
instance (Traversable t) => (Functor t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment