summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/T10582.hs
blob: 5cafd6bc6d41a715ef43f9cb689041b82b0c6034 (plain)
1
2
3
4
5
6
{-# LANGUAGE Arrows #-}

module T10582 where

(|:) :: Int -> Int -> Int
(|:) = (+)