packages feed

purescript-0.7.2.0: examples/failing/TypeWildcards3.purs

-- @shouldFailWith ErrorParsingModule
module TypeWildcards where

import Prelude

data Foo a = Foo

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