aboutsummaryrefslogtreecommitdiffstats
path: root/mcgoron.cond-thunk.sld
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-01-09 15:59:48 -0500
committerGravatar Peter McGoron 2025-01-09 15:59:48 -0500
commit0db5a207707a1913986a364cf620a361bc788d57 (patch)
tree8075af7fa65561f706de22d2c74e3647e50a3089 /mcgoron.cond-thunk.sld
parentadd receive-ct (diff)
evaluate-thunk-to-boolean
Diffstat (limited to '')
-rw-r--r--mcgoron.cond-thunk.sld3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcgoron.cond-thunk.sld b/mcgoron.cond-thunk.sld
index 5555ee2..21616a2 100644
--- a/mcgoron.cond-thunk.sld
+++ b/mcgoron.cond-thunk.sld
@@ -18,5 +18,6 @@
(import (scheme base) (scheme case-lambda))
(export cond-thunk any-thunk
when-ct
- lambda-ct define-ct)
+ lambda-ct define-ct
+ evaluate-thunk-to-boolean)
(include "mcgoron.cond-thunk.scm"))