1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 01:04:10 +02:00

Merge branch 'we-build-dreams/patch-1' into elm/en2

This commit is contained in:
Max Goldstein
2015-12-13 13:35:17 -05:00

View File

@@ -131,7 +131,7 @@ case List.head aList of
multiply a b = multiply a b =
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 multiply 7 6 -- 42
-- Partially apply a function by passing only some of its arguments. -- Partially apply a function by passing only some of its arguments.