purescript-0.10.2: examples/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