diff options
Diffstat (limited to 'hoogle-test/ref/assoc-types/test.txt')
-rw-r--r-- | hoogle-test/ref/assoc-types/test.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hoogle-test/ref/assoc-types/test.txt b/hoogle-test/ref/assoc-types/test.txt index ba1a145a..0d2aa4a9 100644 --- a/hoogle-test/ref/assoc-types/test.txt +++ b/hoogle-test/ref/assoc-types/test.txt @@ -6,8 +6,8 @@ module AssocTypes class Foo a where { - type family Bar a b; - type family Baz a; + type Bar a b; + type Baz a; type Baz a = [(a, a)]; } bar :: Foo a => Bar a a |