summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T4239A.hs
blob: ea92d9653bc10c062c558dc5b7e468790950bd67 (plain)
1
2
3
4
5
6
7
8
9
10

{-# LANGUAGE TypeOperators #-}

module T4239A where

data (:+++) = (:+++)
            | (:---)
            | X
            | Y