haddock-2.29.1: hoogle-test/src/classes/Classes.hs
{-# LANGUAGE Haskell2010 #-}
module Classes where
class Foo f where
bar :: f a -> f b -> f (a, b)
baz :: f ()
baz = undefined
class Quux q where
(+++), (///) :: q -> q -> q
(***), logBase :: q -> q -> q
foo, quux :: q -> q -> q