no call/cc nor exceptions anymore, just a let/cond construction created from the input
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
(define version "1.0.1")
|
||||
(define license '(Apache-2.0 OR MIT))
|
||||
(define collection "let-assert")
|
||||
(define pkg-desc "A let construct with assertions, i.e. when an assertion is not satisfied, one can prematurely exit a function with a given return value.")
|
||||
(define pkg-desc "A let* construct with assertions, i.e. when an assertion is not satisfied, one can prematurely exit a function with a given return value.")
|
||||
|
||||
(define scribblings
|
||||
'(
|
||||
|
||||
Reference in New Issue
Block a user