packages feed

hls-qualify-imported-names-plugin-1.0.1.0: 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 = (+)