ref: d0807e07a016e5a08e9f02d51d79d5e3378d5938
dir: /lib/System/Environment.hs/
-- Copyright 2023 Lennart Augustsson -- See LICENSE file for full license. module System.Environment(module System.Environment) where import Primitives --import Data.Char -- for String import System.IO --Y() getArgs :: IO [[Char]] getArgs = primGetArgs withDropArgs :: forall a . Int -> IO a -> IO a withDropArgs = primWithDropArgs