packages feed

hls-change-type-signature-plugin-1.0.1.0: test/testdata/TLocalBindingShadow2.hs

module TLocalBindingShadow2 where

import Control.Monad (forM)

local :: Int -> Int
local x = let test :: Int -> Int
              test = forM
          in test x

test :: String -> String
test = reverse