coalton-lang / coalton

Coalton is an efficient, statically typed functional programming language that supercharges Common Lisp.
https://coalton-lang.github.io/
MIT License
1.15k stars 70 forks source link

docs/defpackages mention now-nonexistent `double/`, `single/` #1175

Closed Izaakwltn closed 1 month ago

Izaakwltn commented 3 months ago

Double/ and Single/ are still used in the intro, although they are no longer implemented. They are also still in the package exports for #:coalton-library/math/real.

It might be worth combing through package definitions at some point for deprecated exports.