hobbes icon indicating copy to clipboard operation
hobbes copied to clipboard

compose is missing a definition

Open adam-antonik opened this issue 4 years ago • 4 comments

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

adam-antonik avatar Apr 14 '20 16:04 adam-antonik

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.

adam-antonik avatar Apr 14 '20 19:04 adam-antonik

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

kthielen avatar Apr 15 '20 02:04 kthielen

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

adam-antonik avatar Apr 24 '20 15:04 adam-antonik

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.

kthielen avatar Apr 24 '20 15:04 kthielen