- inform-about-no-value constraintprocedure
Informs the constraint about forgetting.
- constraint
- The consraint to inform
(define (inform-about-no-value constraint) (constraint 'I-lost-my-value))
Informs the constraint about forgetting.
(define (inform-about-no-value constraint) (constraint 'I-lost-my-value))