summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/T18052a.hs
blob: 6cf5a374beb9a91af048d6955346ace7444d3552 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE PatternSynonyms #-}
{-# LANGUAGE TypeOperators #-}
module T18052a where

(+++) = (++)
pattern x :||: y = (x,y)
type (^^^) = Either
data (&&&)