packages feed

haskell-language-server-2.7.0.0: plugins/hls-explicit-imports-plugin/test/testdata/ExplicitA.hs

module ExplicitA where

a1 :: String
a1 = "a1"

a2 :: String
a2 = "a2"