haddock-2.27.0: html-test/src/DefaultAssociatedTypes.hs
{-# LANGUAGE Haskell2010 #-}
{-# LANGUAGE TypeFamilies #-}
module DefaultAssociatedTypes where
-- | Documentation for Foo.
class Foo a where
-- | Documentation for bar and baz.
bar, baz :: a -> String
-- | Doc for Qux
type Qux a :: *
-- | Doc for default Qux
type Qux a = [a]