packages feed

hls-haddock-comments-plugin-1.0.0.1: test/testdata/QualFunction.hs

module QualFunction where

f :: (Show a, Show b) => a -> b -> String
f x y = show x <> show y