1 2 3 4 5 6
module ShouldCompile where test :: [a] -- ^ doc1 -> a <--> b -> [a] -- ^ doc3 test xs ys = xs