aboutsummaryrefslogtreecommitdiff
path: root/hoogle-test/ref
diff options
context:
space:
mode:
authorAlec Theriault <alec.theriault@gmail.com>2018-07-05 10:43:35 -0400
committerRyan Scott <ryan.gl.scott@gmail.com>2018-07-05 10:43:35 -0400
commit88316b972e3d47197b1019111bae0f7f87275fce (patch)
treee81036839663c67e47919c260435a80c3fc815d1 /hoogle-test/ref
parent61d6f935da97eb96685f07bf385102c2dbc2a33c (diff)
Export more fixities for Hoogle (#871)
This exports fixities for more things, including class methods and type-level operators.
Diffstat (limited to 'hoogle-test/ref')
-rw-r--r--hoogle-test/ref/Bug722/test.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/hoogle-test/ref/Bug722/test.txt b/hoogle-test/ref/Bug722/test.txt
new file mode 100644
index 00000000..96f3747b
--- /dev/null
+++ b/hoogle-test/ref/Bug722/test.txt
@@ -0,0 +1,16 @@
+-- Hoogle documentation, generated by Haddock
+-- See Hoogle, http://www.haskell.org/hoogle/
+
+@package test
+@version 0.0.0
+
+module Bug722
+class Foo a
+(!@#) :: Foo a => a -> a -> a
+infixl 4 !@#
+type family &* :: * -> * -> *
+infixr 3 &*
+data a :-& b
+(:^&) :: a -> b -> (:-&) a b
+infixl 6 :-&
+infixl 6 :^&