haddock-2.29.1: hoogle-test/src/fixity/Fixity.hs
{-# LANGUAGE Haskell2010 #-}
module Fixity where
(+++), (***), (///) :: a -> a -> a
(+++) = undefined
(***) = undefined
(///) = undefined
infix 6 +++
infixl 7 ***
infixr 8 ///
{-# LANGUAGE Haskell2010 #-}
module Fixity where
(+++), (***), (///) :: a -> a -> a
(+++) = undefined
(***) = undefined
(///) = undefined
infix 6 +++
infixl 7 ***
infixr 8 ///