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

compose is missing a definition #342

Open
adam-antonik opened this issue Apr 14, 2020 · 4 comments
Open

compose is missing a definition #342

adam-antonik opened this issue Apr 14, 2020 · 4 comments
Assignees

Comments

@adam-antonik
Copy link
Contributor

a . b is parsed as compose(a, b), but that compose is not defined in the std lib.

@kthielen kthielen self-assigned this Apr 14, 2020
@adam-antonik
Copy link
Contributor Author

I should add that I've currently got compose as a member of a typeclass, which is nice as I can use it for function composition as I suppose it was intended, but also for dot-product of arrays.

@kthielen
Copy link
Contributor

Hmm, maybe better if we leave this undefined then, heh.

@adam-antonik
Copy link
Contributor Author

And we probably don't need both of mmap and mapm.

@kthielen
Copy link
Contributor

I'd like to remove "mmap" since it's an unfortunate overload with libc mmap. I didn't add that definition myself, so I have to figure out where this is actually used so I can change it.

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

No branches or pull requests

2 participants