summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/recomp017/E.hs
blob: 326a03db765fabab036e0a4b5006125e3fd3e2d6 (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE TypeApplications #-}
module E where
import A
import B
import C
import D
c :: F (a, C) -> Bool
c = id
e :: () -> Bool
e = c . b @ C