purescript-0.15.15: tests/purs/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