purescript-0.11.0: examples/failing/LetPatterns1.purs
-- @shouldFailWith ErrorParsingModule module Main where import Prelude -- wrong binders for function, the first one should be VarBinder x = let (X a b) x y = hoge in a
-- @shouldFailWith ErrorParsingModule module Main where import Prelude -- wrong binders for function, the first one should be VarBinder x = let (X a b) x y = hoge in a