aboutsummaryrefslogtreecommitdiff
path: root/hoogle-test/src/fixity/Fixity.hs
blob: 3af38117cf2f942aaf2b66ecf72888083833a841 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
module Fixity where


(+++), (***), (///) :: a -> a -> a
(+++) = undefined
(***) = undefined
(///) = undefined


infix 6 +++
infixl 7 ***
infixr 8 ///