4 ms·
I don’t think this implements anything monad shaped
by adamwk 1y ago
I don’t think this implements anything monad shaped
- codebje 1y agoAsync is monad shaped. Not-async is monad-shaped, for a degenerate monad. Writing a function that works in both async and not-async contexts just means writing a function that works for any monad.