Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename Chunks to IterableOf, add IndexableOf #23

Open
mrocklin opened this issue Jan 14, 2015 · 0 comments
Open

Rename Chunks to IterableOf, add IndexableOf #23

mrocklin opened this issue Jan 14, 2015 · 0 comments
Milestone

Comments

@mrocklin
Copy link
Member

The Chunks type is really just anything over which we can iterate. It doesn't actually have to be used in a chunking workflow. It might be best to rename it appropriately.

Separately, we might want to make an IndexableOf type that supports both iteration and also indexing. Whereas IterableOf(a)takes an iterable or a function f :: -> [a], IndexableOf(a) might take either an indexable (like a list) or a function f :: int -> a and a number of elements. IndexableOf might also be extended to something n-dimensional, so possibly f :: [int] -> a and a shape rather than a number of elements.

@cpcloud cpcloud modified the milestones: 0.3.1, 0.3.2 Mar 6, 2015
@cpcloud cpcloud modified the milestones: 0.3.2, 0.3.3 Apr 18, 2015
@cpcloud cpcloud modified the milestones: 0.3.3, Someday Jul 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants