packages feed

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

-- @shouldFailWith TypesDoNotUnify

module Main where

class Foo a where
  foo :: a

instance fooNumber :: Foo Number where
  foo :: Number
  foo = true