packages feed

purescript-0.15.15: 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