haddock-2.23.0: hoogle-test/src/Bug722/Bug722.hs
{-# LANGUAGE TypeOperators, TypeFamilies #-}
module Bug722 where
class Foo a where
(!@#) :: a -> a -> a
infixl 4 !@#
type family (&*) :: * -> * -> *
infixr 3 &*
data a :-& b = a :^& b
infixl 6 :-&, :^&