- The
observable-array
andobservable-object
modules have been moved to the Functional Reactive Bindings (frb
) package asarray
andobject
. List
,Set
, andSortedSet
now support content change notifications compatibly withfrb
.- The
observable
module provides generics methods for observables. New collections need only call the appropriate dispatch functions ifisObservable
is true.