blob: 69f224eb2c9c88bed6bca86bea4356daaff7a8e8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
-- 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
|