shithub: MicroHs

ref: 33f575d0a94f98c9b36c51bb696ecc1b30da6e28
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