packages feed

purescript-0.15.1: tests/purs/failing/3405.purs

-- @shouldFailWith OrphanInstance
module Main where

import Prelude

type Something = Int

derive instance eqSomething ∷ Eq Something