extra-1.6.15: src/System/Environment/Extra.hs
-- | Extra functions for "System.Environment". All these functions are available in later GHC versions,
-- but this code works all the way back to GHC 7.2.
--
-- Currently this module has no functionality beyond "System.Environment".
module System.Environment.Extra(
module System.Environment,
) where
import System.Environment