W3cubDocs

/Haskell 7

System.Info

Copyright (c) The University of Glasgow 2001
License BSD-style (see the file libraries/base/LICENSE)
Maintainer [email protected]
Stability experimental
Portability portable
Safe Haskell Safe
Language Haskell2010

Description

Information about the characteristics of the host system lucky enough to run your program.

os :: String Source

The operating system on which the program is running.

arch :: String Source

The machine architecture on which the program is running.

compilerName :: String Source

The Haskell implementation with which the program was compiled or is being interpreted.

compilerVersion :: Version Source

The version of compilerName with which the program was compiled or is being interpreted.

© The University of Glasgow and others
Licensed under a BSD-style license (see top of the page).
https://downloads.haskell.org/~ghc/7.10.3/docs/html/libraries/base-4.8.2.0/System-Info.html