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

{-# LANGUAGE TypeOperators #-}

module T4239A where

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

(ยท) = undefined