Block a user
Validator should validate recursive functions
Functions should properly close over bindings
With the work I've done today, circa 35e9d0373d
, we have the validator properly identifying the values a function closes…
Validator should validate recursive functions
Write validator
Mostly done! Closing at 35e9d0373d
, will identify remaining odds and ends in separate issues.
All ast-like things should be branches of
Ast
All ast-like things should be branches of
Ast
Functions should properly close over bindings
This is what's causing the unbound name base
errors now that I'm working on importing Prelude in scott/rudus#13 (comment).
The proper way to do this is…