coalton-lang / coalton

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

Add `coalton-library/computable-reals` to the doc generator #1252

Open Izaakwltn opened 3 hours ago

jbouwman commented 3 hours ago

This change should be sufficient:

diff --git a/coalton.asd b/coalton.asd
index 783b854..9c389d4 100644
--- a/coalton.asd
+++ b/coalton.asd
@@ -189,6 +189,7 @@
   :version (:read-file-form "VERSION.txt")
   :depends-on (#:coalton
                #:coalton/library/big-float
+               #:coalton/library/computable-reals
                #:html-entities
                #:yason
                #:uiop)