var renames, remove Func, etc

This commit is contained in:
Barak Michener 2015-02-10 19:07:43 -05:00
parent b9ca485321
commit 0e50027be8
2 changed files with 23 additions and 24 deletions

View file

@ -165,8 +165,8 @@ type Description struct {
Iterators []Description `json:",omitempty"`
}
// A curried function that can generates a new iterator based on some prior iterator.
type ApplyMorphismFunc func(QuadStore, Iterator) Iterator
// ApplyMorphism is a curried function that can generates a new iterator based on some prior iterator.
type ApplyMorphism func(QuadStore, Iterator) Iterator
type Nexter interface {
// Next advances the iterator to the next value, which will then be available through