1 2 3 4 5 6
{-# OPTIONS_GHC -fwarn-unused-imports #-} module T9061 where import Prelude hiding (log) f = log where log = ()