blob: 0d2aa4a96377a19855fd26fda866ffb0267b0c7d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
@package test
@version 0.0.0
module AssocTypes
class Foo a where {
type Bar a b;
type Baz a;
type Baz a = [(a, a)];
}
bar :: Foo a => Bar a a
instance AssocTypes.Foo [a]
|