Content deleted Content added
Jerryobject (talk | contribs) →External links: WP:CATEGORYs add. |
Pangolecimal (talk | contribs) m broken a long line into two for readability |
||
Line 111:
hello = \s -> "Hi, " ++ s
-- Function declarations may have the anonymous parameter names denoted by `_`,
-- which are matched but not used in the body. const : a -> b -> a
const k _ = k
|