notify-vocab-observers ( vocab -- )


Vocabulary
vocabs

Definition
USING: kernel namespaces sequences ;

IN: vocabs

: notify-vocab-observers ( vocab -- )
vocab-observers get [ vocab-changed ] with each ;