packages feed

haskell-language-server-2.7.0.0: plugins/hls-eval-plugin/test/testdata/TLocalImport.hs

module TLocalImport where

import qualified Util

-- >>> Util.tst 11 11

tst' :: Eq a => a -> a -> Bool
tst' = Util.tst