1 2 3 4 5 6
{-# LANGUAGE Haskell2010 #-} module Simple (foo) where -- | This is foo. foo :: t foo = undefined