shithub: MicroHs

ref: 0f5595c4d8976e7da71a6b414bc0c5f084ace203
dir: /lib/System/Environment.hs/

View raw version
-- Copyright 2023 Lennart Augustsson
-- See LICENSE file for full license.
module System.Environment(module System.Environment) where
import Primitives
import Data.Char  -- for String

getArgs :: IO [String]
getArgs = primGetArgs