diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2018-08-21 22:08:40 -0700 |
---|---|---|
committer | Alec Theriault <alec.theriault@gmail.com> | 2018-08-21 22:19:34 -0700 |
commit | d23dbf3d54bf1c29a9720872f312a370f830b5ae (patch) | |
tree | c3cbf5c8d7ec9c36fa9e91ccb7b3c5c2bbb7fe87 /hoogle-test | |
parent | bf9da9cddc3d6161367bdc8710afc4fe08c3bdfd (diff) |
Accept test cases
Diffstat (limited to 'hoogle-test')
-rw-r--r-- | hoogle-test/ref/Bug722/test.txt | 2 |
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 |