packages feed

purescript-0.11.5: examples/warning/NewtypeInstance.purs

-- @shouldWarnWith MissingNewtypeSuperclassInstance
module Main where

import Prelude

newtype X = X String

derive newtype instance ordX :: Ord X