hls-change-type-signature-plugin-1.0.1.0: test/testdata/TLocalBinding.hs
module TLocalBinding where
import Control.Monad (forM)
local :: Int -> Int
local x = let test :: Int -> Int
test = forM
in x + 1
module TLocalBinding where
import Control.Monad (forM)
local :: Int -> Int
local x = let test :: Int -> Int
test = forM
in x + 1