moar validations
This commit is contained in:
parent
65eb17778c
commit
806ec0e8f0
|
@ -13,5 +13,8 @@ Tracking here, before I start writing this code, the kinds of validation we're h
|
||||||
* first-level property access with pkg, e.g. `Foo :bar`--bar must be on Foo
|
* first-level property access with pkg, e.g. `Foo :bar`--bar must be on Foo
|
||||||
* recur in tail position in `loop` forms
|
* recur in tail position in `loop` forms
|
||||||
* recur not called outside of `loop` forms
|
* recur not called outside of `loop` forms
|
||||||
|
* arity checking where possible
|
||||||
|
- loop forms
|
||||||
|
- try to resolve function name, if you can, check arity of call
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user