Commit Graph

3 Commits

Author SHA1 Message Date
alexlamsl
7413899ad4 minor tweak to sequence manipulations
- loop through `AST_Seq` chain instead of recursion
- avoid deep-cloning in `lift_sequences()`
- `AST_Seq.car` should never be `null` or `AST_Seq`
- `AST_Seq.cdr` should never be `null`
2017-02-02 01:30:19 +08:00
kzc
fc9804b909 Fix (typeof side_effect()) in boolean context
Fixes #1289 with suggestion by @rvanvelzen
2016-10-06 13:50:11 +02:00
Roman Bataev
b956e5f1d9 Add tests for typeof evaluation 2013-04-03 22:34:19 -04:00