packages feed

purescript-0.12.0: tests/purs/failing/2947.purs

-- @shouldFailWith ErrorParsingModule

module Main where

import Prelude

data Foo = Foo

instance eqFoo :: Eq Foo where
eq _ _ = true