purescript-0.12.0: tests/purs/failing/NonAssociativeError.purs
-- @shouldFailWith NonAssociativeError -- @shouldFailWith NonAssociativeError module Main where import Prelude a = true == true == true b = true == false /= true
-- @shouldFailWith NonAssociativeError -- @shouldFailWith NonAssociativeError module Main where import Prelude a = true == true == true b = true == false /= true