chickadee
»
F-operator
»
define-bind
Identifier search
(define-bind KIND BODY ...)
syntax
Expands to
(define (KIND-bind monad func) BODY ...)
.