Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 3
    I suppose if I understood Haskell better, this might make more sense. Corollary: If this is used in a language other than Haskell, it will only be understood by those who know Haskell. Commented Aug 21, 2012 at 17:59
  • 4
    Six years later, I am a different programmer, with slightly more knowledge of Haskell things. I no longer endorse this answer, haha. I guess my idea at the time was to use the word "maybe" to signify that the function handles some sort of optionality. I still do that sometimes (e.g. Option[A] => B is called maybeToB) Commented Jul 18, 2018 at 14:26