Add 2 parameter vau that discards dynamic env
This commit is contained in:
@@ -12,7 +12,13 @@
|
||||
) fully_evaled))
|
||||
|
||||
simple_add (read-string "(+ 1 2)")
|
||||
vau_with_add (read-string "(vau de (x) (+ (eval x de) (+ 1 2)))")
|
||||
vau_with_add (read-string "(vau (x) (+ 1 2))")
|
||||
vau_with_add_called (read-string "((vau (x) (+ 1 2)) 4)")
|
||||
vau_with_add_p (read-string "(vau de (x) (+ (eval x de) (+ 1 2)))")
|
||||
vau_with_add_p_called (read-string "((vau de (x) (+ (eval x de) (+ 1 2))) 4)")
|
||||
_ (test-case simple_add)
|
||||
_ (test-case vau_with_add)
|
||||
_ (test-case vau_with_add_p)
|
||||
_ (test-case vau_with_add_called)
|
||||
_ (test-case vau_with_add_p_called)
|
||||
) nil))
|
||||
|
||||
Reference in New Issue
Block a user