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 |
---|---|
Operator: | (-) |
Type: | Num a => a -> a -> a |
Class: | Num |
Priority: | 6 |
Description: | subtraction operator |
Related: | subtract |
Keywords: | subtraction |
Input: 12 - 6 - 3
Output: 3