mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 04:40:29 +02:00
* module/language/tree-il/inline.scm (boolean-value): Add a case for applications of primitives, and move the memq/memv->bool code here. (inline!): We were inlining (memq 'a '(a b c)) => #t, and not the list tail, which was an embarrassing bug. Fixed by moving this code to the boolean-value function. Thanks to Mark Harig for the report. |
||
---|---|---|
.. | ||
assembly | ||
brainfuck | ||
bytecode | ||
ecmascript | ||
elisp | ||
glil | ||
objcode | ||
scheme | ||
tree-il | ||
value | ||
assembly.scm | ||
glil.scm | ||
objcode.scm | ||
tree-il.scm |