packages feed

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

module QualFunction where

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