1 2 3 4 5 6 7
{-# LANGUAGE CPP #-} module T7145b ( A.Applicative(pure) ) where import qualified Control.Applicative as A pure :: () pure = ()