mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 15:43:58 +00:00
Merge branch 'we-build-dreams/patch-1' into elm/en2
This commit is contained in:
commit
ac2bff249e
@ -131,7 +131,7 @@ case List.head aList of
|
||||
multiply a b =
|
||||
a * b
|
||||
|
||||
-- Apply (call) a function by passing it arguments (no commas necessay).
|
||||
-- Apply (call) a function by passing it arguments (no commas necessary).
|
||||
multiply 7 6 -- 42
|
||||
|
||||
-- Partially apply a function by passing only some of its arguments.
|
||||
|
Loading…
Reference in New Issue
Block a user