summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T17140a.hs
blob: ae1fa591b4762065517b1727b93c23d19e10defb (plain)
1
2
3
4
5
6
7
8
module T17140a where

import {-# SOURCE #-} T17140

data A = A B

mapP_A :: (Int -> Int) -> A -> A
mapP_A _ (A xs) = A (mapP_B id xs)