List of partial functions: Difference between revisions
(→Other: Integral division) |
|||
Line 20: | Line 20: | ||
* read | * read | ||
* quot | |||
* rem | |||
* quotRem | |||
* div | |||
* mod | |||
* divMod | |||
* ... (todo) | * ... (todo) | ||
Revision as of 22:37, 11 October 2012
Partial functions in Prelude
List functions
- maximum
- minimum
- head
- tail
- init
- last
- foldl1
- foldl1'
- foldr1
- cycle
- !!
- genericIndex
- ... (todo)
Other
- read
- quot
- rem
- quotRem
- div
- mod
- divMod
- ... (todo)
Partial functions in other base libraries
... (todo)
Data.Maybe
- fromJust
Partial functions in other Haskell Platform packages
... (todo)