purescript-0.12.0: tests/purs/failing/InstanceSigsOrphanTypeDeclaration.purs
-- @shouldFailWith OrphanTypeDeclaration module Main where class Foo a where foo :: a instance fooNumber :: Foo Number where bar :: Int foo = 0.0
-- @shouldFailWith OrphanTypeDeclaration module Main where class Foo a where foo :: a instance fooNumber :: Foo Number where bar :: Int foo = 0.0