Hacker News new | ask | show | jobs
by noelwelsh 4227 days ago
Modelling nondeterminism with monads is a fairly standard use of monads. Specifically, you can model multiple possible results with a (lazy) list, and list is a monad. That's about it.

Sleep well!