| 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: | Prelude |
|---|---|
| Function: | minBound |
| Type: | Bounded a => a |
| Class: | Bounded |
| Description: | |
| Related: |
Input: minBound::Char
Output: '\Nul'
Input: minBound::Int
Output: -2147483648
Input: minBound::Bool
Output: False