packages feed

hls-tactics-plugin-1.8.0.0: old/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