summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/read031.hs
blob: d19f120ffd6752947b6c74ed20c2cb4bc5f92091 (plain)
1
2
3
4
5
6
7
8
9
10
-- !!! "--" can start a legal lexeme 

module ShouldCompile where

infix 2 --+, -->

ps  -->  True   = True

(--+) a b = a && b