You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
a . b is parsed as compose(a, b), but that compose is not defined in the std lib.
The text was updated successfully, but these errors were encountered: