purescript-0.15.15: tests/purs/failing/OverlappingBinders.purs
-- @shouldFailWith OverlappingArgNames module OverlappingBinders where import Prelude data S a = S a (S a) f x = case x of (S y (S y@(S z zs))) -> y
-- @shouldFailWith OverlappingArgNames module OverlappingBinders where import Prelude data S a = S a (S a) f x = case x of (S y (S y@(S z zs))) -> y