summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T7145b.hs
blob: 2d753c8bf7dae1f7a5351e4839c7baa01b110498 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE CPP #-}
module T7145b ( A.Applicative(pure) ) where

import qualified Control.Applicative as A

pure :: ()
pure = ()