List of partial functions

From HaskellWiki
Jump to navigation Jump to search

Partial functions in Prelude

List functions

  • maximum
  • minimum
  • head
  • tail
  • init
  • last
  • ... (todo)

Other

  • read
  • ... (todo)

Partial functions in other base libraries

... (todo)

Partial functions in other Haskell Platform packages

... (todo)