#:name for during*

This commit is contained in:
Tony Garnock-Jones 2021-06-08 09:31:28 +02:00
parent bed381dd5e
commit 8e866239a6
1 changed files with 3 additions and 2 deletions

View File

@ -203,9 +203,10 @@
(match-define (list #,@(analyse-pattern-bindings #'pat)) bindings)
expr ...)))))])))
(define (during* f)
(define (during* f #:name [name '?])
(define assertion-map (make-hash))
(entity #:assert
(entity #:name name
#:assert
(action (value handle)
(let ((facet (react (facet-prevent-inert-check! this-facet)
(f this-turn value))))