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

Missing Instances for Array #25

Closed
ekmett opened this issue Jun 27, 2015 · 1 comment
Closed

Missing Instances for Array #25

ekmett opened this issue Jun 27, 2015 · 1 comment

Comments

@ekmett
Copy link
Member

ekmett commented Jun 27, 2015

Array carries around its length (since 7.2?), so it is capable of being an instance of many well known abstractions:

Read, Show, Eq, Ord, Data, Typeable, Functor, Foldable, Traversable, and IsList all come to mind. For that matter so do Applicative, Alternative, Monad, MonadPlus with concatenative semantics, MonadZip, MonadFix, etc.

@dolio
Copy link
Contributor

dolio commented Oct 26, 2015

These are now implemented.

@dolio dolio closed this as completed Oct 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants