1
1
mirror of https://github.com/kanaka/mal.git synced 2024-08-17 01:30:26 +03:00

Update guide.md

change binds to `binds`
This commit is contained in:
seedpower 2023-10-17 10:18:20 +08:00 committed by GitHub
parent dcf8f4d7b9
commit d20cb42550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -750,7 +750,7 @@ diff -urp ../process/step3_env.txt ../process/step4_if_fn_do.txt
* Update the constructor/initializer for environments to take two new
parameters: `binds` and `exprs`. Bind (`set`) each element (symbol)
of the binds list to the respective element of the `exprs` list.
of the `binds` list to the respective element of the `exprs` list.
* Add support to `printer.qx` to print function values. A string
literal like "#\<function>" is sufficient.