summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T3823A.hs
blob: 0a5c23097318939573f4336d77195b117f66563d (plain)
1
2
3
4
5
6
7
8
module T3823A where

import T3823B

data A = X { x :: Bool } | Y

y :: A -> A
y = \_ -> Y