Explore >> Select a destination


You are here

learnyouahaskell.com
| | pbrisbin.com
2.2 parsecs away

Travel
| | In Haskell, functions must always return the same consistent type. There is also no concept of nil or null built into the language. This is not meant to handicap you, and the expressiveness and polymorphic-ness of Haskell's types mean it certainly does not. One way to handle such situations where functions (conceptually) may or may not return a value is through the Maybe type. data Maybe a = Just a | Nothing Maybe is a perfect and simple solution for this situation.
| | justinhj.github.io
3.9 parsecs away

Travel
| |
| | blog.jle.im
3.5 parsecs away

Travel
| | Weblog of Justin Le, covering various adventures in programming and explorations in the worlds of computation physics, and knowledge.
| | adv-r.had.co.nz
19.2 parsecs away

Travel
|