distributive Questions

2

I've been experimenting with monoids and Distributives lately, and I think I've found something of interest (described in my answer) - are these already known structures? (I've been unable to find ...

2

Solved

The function from a -> m b to m (a -> b) rarely appears in programming, but can be made in the Reader monad. The following code is a tentative implementation. Does such a library exist? class...
Marilee asked 4/4, 2023 at 11:10

2

Solved

I've been on a bit of a "distilling everything to its fundamentals" kick lately, and I've been unable to find clear theoretical reasons for how the Traversable typeclass is defined, only ...
Contravention asked 9/5, 2022 at 17:20

2

Solved

I have code (in C# actually, but this question has nothing to do with C# specifically, so I will speak of all my types in Haskell-speak) where I am working inside of an Either a b. I then bind a fu...
Harmonious asked 22/12, 2017 at 17:15
1

© 2022 - 2025 — McMap. All rights reserved.