mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-16 11:45:04 +02:00
[standard-ml/en-en] Small whitespace fix
This commit is contained in:
@@ -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) =
|
||||
|
Reference in New Issue
Block a user