aboutsummaryrefslogtreecommitdiff
path: root/hoogle-test/ref/Bug722/test.txt
blob: 2f44ed8fb78cfbefb9b194fc9b7f5b72a7e5da4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 :^&