summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T3823A.hs-boot
blob: 3b7dd8bb1748ecda24cd9d7eef5cf985cb14fd1c (plain)
1
2
3
4
5
module T3823A where

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

y :: A -> A