packages feed

haskell-language-server-2.7.0.0: plugins/hls-qualify-imported-names-plugin/test/data/A.hs

module A (module B, a, b, op) where

import B

a :: Int -> Int
a = id

b :: String -> String
b = id

op :: Int -> Int -> Int
op = (+)