summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T10018.stdout
blob: 069ea31d193a234104be8dc32554b40d99d34227 (plain)
1
2
3
4
type Infix :: * -> * -> *
data Infix a b = a :@: b
  	-- Defined at <interactive>:2:18
infixl 4 :@: