packages feed

purescript-0.6.1: examples/failing/TypeWildcards3.purs

module TypeWildcards where

data Foo a = Foo

instance showFoo :: Show (Foo _) where
  show Foo = "Foo"