GHC.Environment
Safe Haskell | Trustworthy |
---|---|
Language | Haskell2010 |
getFullArgs :: IO [String] Source
Computation getFullArgs
is the "raw" version of getArgs
, similar to argv
in other languages. It returns a list of the program's command line arguments, starting with the program name, and including those normally eaten by the RTS (+RTS ... -RTS).
© The University of Glasgow and others
Licensed under a BSD-style license (see top of the page).
https://downloads.haskell.org/~ghc/8.10.2/docs/html/libraries/base-4.14.1.0/GHC-Environment.html