ghc-exactprint-0.5.7.0: tests/examples/ghc86/haddockA026.hs
{-# OPTIONS_GHC -fno-warn-redundant-constraints #-}
{-# LANGUAGE RankNTypes #-}
module ShouldCompile where
test :: (Eq a) => [a] -- ^ doc1
-> forall b . [b] {-^ doc2 -}
-> [a] -- ^ doc3
test xs ys = xs