packages feed

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

-- Used for testing local imports
module Util
  ( tst
  , a
  , b
  )
where

tst a b = a == b

a = 'a'

b = 'b'