ZVON > References > Haskell reference |
Intro / Search / ZVON |
| Indexes | Syntax | Prelude | Ratio | Complex | Numeric | Ix | Array | List | Maybe | Char | Monad | IO | Directory | >> System << | Time | Locale | CPUTime | Random |
Module: | System |
---|---|
Function: | getProgName |
Type: | IO String |
Description: | Computation getProgName returns the name of the program as it was invoked. |
Related: | getArgs |
Input: getProgName
Output: "Hugs"