Work on the 'member?' bug - (issue #8) -- which turns out to be assoc/interned.
Progress has been made, but this is not fixed.
This commit is contained in:
parent
7d0ce67373
commit
dc5cac0bd8
4 changed files with 52 additions and 10 deletions
|
|
@ -75,4 +75,7 @@ struct cons_pointer deep_bind( struct cons_pointer key,
|
|||
struct cons_pointer intern( struct cons_pointer key,
|
||||
struct cons_pointer environment );
|
||||
|
||||
struct cons_pointer internedp( struct cons_pointer key,
|
||||
struct cons_pointer store );
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue