Export the guarded mutator

This commit is contained in:
BirDt_ 2026-04-06 13:44:26 +08:00
parent 5a67f5c53f
commit 54d80c82a7

View file

@ -12,6 +12,8 @@
val
default))))
;; Guarded record functions
(export guarded-mutator)
;; Shorthand for defining a guarded mutator for a record field
(define (guarded-mutator record-type field predicate)
(lambda (rec val)