List of partial functions
From HaskellWiki
Contents |
1 Partial functions in Prelude
1.1 List functions
- maximum
- minimum
- head
- tail
- init
- last
- foldl1
- foldl1'
- foldr1
- cycle
- !!
- genericIndex
- ... (todo)
1.2 Other
- read
- ... (todo)
2 Partial functions in other base libraries
... (todo)
3 Partial functions in other Haskell Platform packages
... (todo)
