mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 15:24:09 +03:00
[standard-ml/en-en] Small whitespace fix
This commit is contained in:
parent
972a4bf802
commit
f1c96d5db0
@ -186,7 +186,7 @@ fun fibonacci n =
|
||||
temporarily shadow them with new variables that have the same names. In this
|
||||
sense, variables are really constants and only behave like variables when
|
||||
dealing with recursion. For this reason, variables are also called value
|
||||
bindings. An example of this: *)
|
||||
bindings. An example of this: *)
|
||||
|
||||
val x = 42
|
||||
fun answer(question) =
|
||||
|
Loading…
Reference in New Issue
Block a user