aboutsummaryrefslogtreecommitdiffstats
path: root/mcgoron.cond-thunk.values.sld
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-01-09 16:21:39 -0500
committerGravatar Peter McGoron 2025-01-09 16:21:39 -0500
commitae436e505bf9f7dc47d605d88772c6bfcf93ca05 (patch)
tree738405485af92cd8fc449ad7377779b1fc939bd5 /mcgoron.cond-thunk.values.sld
parentevaluate-thunk-to-boolean (diff)
evaluate-destructor-to-booleanHEADmaster
Diffstat (limited to '')
-rw-r--r--mcgoron.cond-thunk.values.sld3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcgoron.cond-thunk.values.sld b/mcgoron.cond-thunk.values.sld
index d30a234..620f5c2 100644
--- a/mcgoron.cond-thunk.values.sld
+++ b/mcgoron.cond-thunk.values.sld
@@ -21,7 +21,8 @@
define-record-type/destructor
receive-ct
pair=>
- length-at-least=> length=>)
+ length-at-least=> length=>
+ evaluate-destructor-to-boolean)
(cond-expand
(chicken (import (mcgoron cond-thunk srfi 210 compat)))
(else (import (srfi 210))))