packages feed

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

-- @shouldFailWith NoInstanceFound

module Main where

import Prelude

data Foo = Bar
       
spin :: forall a. a -> Foo
spin x = Bar

main = show <<< spin