utils: Don't export eval-with1 any more.
It was useful with types, but it isn't any more.
This commit is contained in:
parent
a4deb44d10
commit
ae7b9553de
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
(test-case "eval-with"
|
||||
(check-equal? (let ([ht #hash((a . 1) (b . 1))])
|
||||
(eval-with1 ht '(+ b a 1)))
|
||||
(eval-with ht '(+ b a 1)))
|
||||
3)))
|
||||
|
||||
(test-case "Analysis of quoted expressions"
|
||||
|
|
Loading…
Reference in a new issue