Elm (programming language): Difference between revisions

Content deleted Content added
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