packages feed

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

-- @shouldFailWith NoInstanceFound
module Main where
	
import Prelude

newtype Foo r = Foo { | r }

derive instance eqFoo :: Eq (Foo r)
derive instance ordFoo :: Ord (Foo r)