Late bind the QuadStore and add Except and Tag

This commit is contained in:
Barak Michener 2015-02-08 18:49:51 -05:00
parent 4128133675
commit b9ca485321
3 changed files with 100 additions and 52 deletions

View file

@ -166,7 +166,7 @@ type Description struct {
}
// A curried function that can generates a new iterator based on some prior iterator.
type MorphismFunc func(Iterator) Iterator
type ApplyMorphismFunc func(QuadStore, Iterator) Iterator
type Nexter interface {
// Next advances the iterator to the next value, which will then be available through