- inform-about-value constraintprocedure
Informs the constraint about a new value
- constraint
- The constraint to inform
(define (inform-about-value constraint) (constraint 'I-have-a-value))
Informs the constraint about a new value
(define (inform-about-value constraint) (constraint 'I-have-a-value))