summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rename/should_compile/T4239.hs
blob: 5d4f94f857dc267d15c3eb920346243e6ec2f7a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

module T4239 where

import T4239A

v1 :: (:+++)
v1 = (:+++)

v2 :: (:+++)
v2 = X

v3 :: (:+++)
v3 = (:---)