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: | const |
Type: | a -> b -> a |
Description: | constant function |
Related: |
Input: const 12 3
Output: 12
Input: const 12 (3/0)
Output: 12