packages feed

hls-eval-plugin-1.1.1.0: test/testdata/Util.hs

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

tst a b = a == b

a = 'a'

b = 'b'