packages feed

purescript-0.8.3.0: examples/failing/ConstraintInference.purs

-- @shouldFailWith NoInstanceFound

module Main where

import Prelude

spin :: forall a b. a -> b
spin x = spin x

test = show <<< spin