packages feed

purescript-0.13.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)