1 2 3 4 5 6 7 8 9 10 11 12 13
==================== Parser ==================== module ShouldCompile where test :: (Eq a) => -- | doc1 [a] -> [a] {-^ doc2 -} -> -- | doc3 [a] test xs ys = xs