purescript-0.12.0: tests/purs/failing/3335-TypeOpAssociativityError.purs
-- @shouldFailWith NonAssociativeError module Main where infix 6 type Function as >> const :: forall a b. a >> b >> a const a _ = a
-- @shouldFailWith NonAssociativeError module Main where infix 6 type Function as >> const :: forall a b. a >> b >> a const a _ = a