Similarly nstore-where re-use "match" without defining it:
(nstore-from transaction nstore pattern [config]) → generatorReturn a generator of bindings where variables (in the sense of
nstore-var?) ofPATTERNare bound against one or more matching tuples from the store associated withTRANSACTION.
(nstore-where transaction nstore pattern) → procedure → generatorReturn a procedure that takes a generator of bindings as argument and returns a generator of bindings where variables of
PATTERNare bound to one or more matching tuples from the store associated withTRANSACTION.