packages feed

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

-- @shouldFailWith ErrorParsingModule

module Main where

import Prelude

data Foo = Foo

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