fonol / cl-community-spec

A Common Lisp specification, made from the original ANSI specification drafts
https://cl-community-spec.github.io
MIT License
80 stars 6 forks source link

missing mod and rem #13

Closed charJe closed 1 year ago

charJe commented 1 year ago

a page like this http://clhs.lisp.se/Body/f_mod_r.htm

Interestingly the mod type specifier is not missing.

fonol commented 1 year ago

Thanks for the hint. Somehow, some pages got collapsed in the (setf class-name) page. I split them up, mod (and some others) should now be there.

charJe commented 1 year ago

Thanks!