diff options
Diffstat (limited to 'docs/step_notes.txt')
| -rw-r--r-- | docs/step_notes.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/step_notes.txt b/docs/step_notes.txt index 4e3cd2e..4bdbb61 100644 --- a/docs/step_notes.txt +++ b/docs/step_notes.txt @@ -125,13 +125,14 @@ Step Notes: - step5_tco - types module: - - function type: + - mal function type: - stores: func, exp, env, params - func is EVAL in native mal case, otherwise reference to platform function - if metadata support, then store exp, env, params as metadata - - update function printer to show function types + - printer + - add printing of mal function type - EVAL: - while loop around whole thing - cases where we directly return result of EVAL, instead set |
