Content deleted Content added
m clean up, typo(s) fixed: ically- → ically |
Jerryobject (talk | contribs) m →Haskell: WP:LINKs: update-standardize, needless WP:PIPEs > WP:NOPIPEs. MOS:FIRSTABBReviation clarify, define before WP:ABBR in parentheses. |
||
Line 508:
===Haskell===
The [[
<syntaxhighlight lang="haskell">
Line 520:
Note that the lookup function returns a "Maybe" value, which is "Nothing" if not found, or "Just 'result{{' "}} when found.
The [[Glasgow Haskell Compiler
One is polymorphic functional maps (represented as immutable balanced binary trees):
|