summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T10018.script
blob: f346899f4d97cb2d434c2c51957f9a50a0455cb7 (plain)
1
2
3
-- Declaring a custom fixity for an infix data constructor should work.
data Infix a b = a :@: b; infixl 4 :@:
:i (:@:)