You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.
Looking at the source, gdl:alist2plist can only deal with list pairs, and not dotted pairs, although these are perfectly valid building stones of a alist.
Replicate
(gdl:alist2plist '(("foo".3) ("bar".4)))
The text was updated successfully, but these errors were encountered:
gdl:alist2plist function gives error when official alist is provided. "official" according to the definition: an a-list is a list of pairs (conses):
http://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node153.html
Looking at the source, gdl:alist2plist can only deal with list pairs, and not dotted pairs, although these are perfectly valid building stones of a alist.
Replicate
The text was updated successfully, but these errors were encountered: