summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/parser/should_run/operator2.hs
blob: f38ebc3bc8905f6fc65c286c7321f7b18a842808 (plain)
1
2
3
4
5
6
7

(|..) :: a -> a -> a
x |.. y = y

f = [2|..3]

main = putStrLn (show f)