diff options
| author | 2025-01-09 16:21:39 -0500 | |
|---|---|---|
| committer | 2025-01-09 16:21:39 -0500 | |
| commit | ae436e505bf9f7dc47d605d88772c6bfcf93ca05 (patch) | |
| tree | 738405485af92cd8fc449ad7377779b1fc939bd5 /mcgoron.cond-thunk.values.sld | |
| parent | evaluate-thunk-to-boolean (diff) | |
Diffstat (limited to '')
| -rw-r--r-- | mcgoron.cond-thunk.values.sld | 3 |
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)))) |
