606e3f22 ^
3378ef40 ^
1
2 3 4 5 6 7 8 9 10 11 12 13
{-# LANGUAGE Haskell2010 #-} module Fixity where (+++), (***), (///) :: a -> a -> a (+++) = undefined (***) = undefined (///) = undefined infix 6 +++ infixl 7 *** infixr 8 ///