hls-tactics-plugin-1.3.0.0: test/golden/DestructPun.expected.hs
{-# LANGUAGE NamedFieldPuns #-}
data Foo = Foo { a :: Bool, b :: Bool }
foo Foo {a = False, b} = _w0
foo Foo {a = True, b} = _w1
{-# LANGUAGE NamedFieldPuns #-}
data Foo = Foo { a :: Bool, b :: Bool }
foo Foo {a = False, b} = _w0
foo Foo {a = True, b} = _w1