-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ @package test @version 0.0.0 module Classes class Foo f bar :: Foo f => f a -> f b -> f (a, b) baz :: Foo f => f () class Quux q (+++) :: Quux q => q -> q -> q (///) :: Quux q => q -> q -> q (***) :: Quux q => q -> q -> q logBase :: Quux q => q -> q -> q foo :: Quux q => q -> q -> q quux :: Quux q => q -> q -> q