Module:Mediants: Difference between revisions
Comments |
m todo |
||
| Line 4: | Line 4: | ||
-- Module for finding mediants, either by search depth or by search function. | -- Module for finding mediants, either by search depth or by search function. | ||
-- TODO | |||
-- Make two classes of filter functions: one that returns both mediants AND | |||
-- depths, and one that returns only mediants. Filter functions therefore come | |||
-- in two forms: two params (mediant, args) and three params (mediant, depth, | |||
-- args). | |||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||