purescript-0.9.1: examples/failing/ArgLengthMismatch.purs
-- @shouldFailWith ArgListLengthsDiffer module ArgLengthMismatch where import Prelude f x y = true f = false
-- @shouldFailWith ArgListLengthsDiffer module ArgLengthMismatch where import Prelude f x y = true f = false