aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/step_notes.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/step_notes.txt b/docs/step_notes.txt
index c596a33..120da6e 100644
--- a/docs/step_notes.txt
+++ b/docs/step_notes.txt
@@ -130,7 +130,8 @@ Step Notes:
- while loop around whole thing
- cases where we directly return result of EVAL, instead set
ast and env to what would be put in the EVAL, then loop.
- - for apply case, set env to new Env based on properties
+ - do, if, "apply"
+ - for "apply" case, set env to new Env based on properties
on the function
- step6_file