-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
While there is code for getting, setting and unifying lists with prolog terms, there's nothing for the more primitive cons cells that underly these lists. This is annoying, because not every data structure that can be built with cons cells is necessarily going to be a list. Furthermore, certain approaches to list building are easier when we can leave the tail as a variable which is then unified later.
We therefore need a way to work with cons cells directly. This'll also help in implementing the cons part of #5.
See #4 for earlier discussion on this.
Metadata
Metadata
Assignees
Labels
No labels