var renames, remove Func, etc
This commit is contained in:
parent
b9ca485321
commit
0e50027be8
2 changed files with 23 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue