aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-04-07 21:33:29 -0500
committerJoel Martin <github@martintribe.org>2014-04-07 21:33:29 -0500
commit96115d4f2e8cf7335a7d6bb8b62e0f0bbfac0ab5 (patch)
tree9d0e73e3bcaf87dd2c55c5d874f4581a8fbbbcfd /docs
parentafdf531eba459a7a7b6505b037dbe48a363c2c79 (diff)
downloadmal-96115d4f2e8cf7335a7d6bb8b62e0f0bbfac0ab5.tar.gz
mal-96115d4f2e8cf7335a7d6bb8b62e0f0bbfac0ab5.zip
C#: add step5_tco
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