packages feed

hls-rename-plugin-1.0.1.0: test/testdata/FieldPuns.expected.hs

{-# LANGUAGE NamedFieldPuns #-}

module FieldPun () where

newtype Foo = Foo { bleh :: Int }

unFoo :: Foo -> Int
unFoo Foo{bleh} = bleh