bug#58217: tree-il->bytecode compilation of (not (list …)) fails
Ludovic Courtès <[email protected]>
| Newsgroups | gmane.lisp.guile.bugs |
|---|---|
| Message-ID | <[email protected]> |
Ludovic Courtès <[email protected]> skribis: > I believe this is fixed by changing ‘predicate?’ to: > > (define (predicate? name) > (and=> (lookup-primitive name) primitive-predicate?)) Done in e2797f529b8934b0a11b9f6aebbf937b183ece77! Ludo’.