purescript-0.12.0: tests/purs/failing/ConstraintInference.purs
-- @shouldFailWith AmbiguousTypeVariables module Main where import Prelude spin :: forall a b. a -> b spin x = spin x test = show <<< spin
-- @shouldFailWith AmbiguousTypeVariables module Main where import Prelude spin :: forall a b. a -> b spin x = spin x test = show <<< spin