robert-strandh / SICL

A fresh implementation of Common Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bounding-index-designator type not right

csrhodes opened this issue · comments

Hi,

A google search took me here, so drive-by bug report: (or integer nil) is the same as integer. You probably meant (or integer null), but there's an asymmetry between the start designator (which must be an integer) and the end designator (which is an integer, or NIL to mean the length of the sequence).