aboutsummaryrefslogtreecommitdiff
path: root/hoogle-test
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2018-10-16 18:47:24 +0200
committerGitHub <noreply@github.com>2018-10-16 18:47:24 +0200
commit37745e73927a6b15b5d1231cf6a7d720f1d92efa (patch)
treedbfefd2a79043d26eb8d7260a480c5d206195ba4 /hoogle-test
parent39f591b945bc3e507c3c54ba762b26cb0fb9ded7 (diff)
parentb90465ac987600d09d0f9b9b5afee077925bda06 (diff)
Merge pull request #945
haddock-api 2.21.0 and haddock-library 1.6.1 release
Diffstat (limited to 'hoogle-test')
-rw-r--r--hoogle-test/ref/Bug722/test.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/hoogle-test/ref/Bug722/test.txt b/hoogle-test/ref/Bug722/test.txt
index 96f3747b..2f44ed8f 100644
--- a/hoogle-test/ref/Bug722/test.txt
+++ b/hoogle-test/ref/Bug722/test.txt
@@ -8,7 +8,7 @@ module Bug722
class Foo a
(!@#) :: Foo a => a -> a -> a
infixl 4 !@#
-type family &* :: * -> * -> *
+type family (&*) :: * -> * -> *
infixr 3 &*
data a :-& b
(:^&) :: a -> b -> (:-&) a b