▲ | whstl 4 days ago | |||||||
In the parent comment I did qualify my statement, in it I am talking about monads "once it gets 'explained' and migrated to other languages", not about Monad in Haskell and definitely not about Monad laws. | ||||||||
▲ | frumplestlatz 4 days ago | parent [-] | |||||||
Perhaps you can provide a concrete example. I’ve seen Haskell’s type class hierarchy successfully realized in all sorts of languages, from Scala to Swift. - https://github.com/scalaz/scalaz As for monads themselves, the concept emerges everywhere, with or without Haskell’s particular type classes. Case in point is Swift’s handling of Optional and Optional chaining. | ||||||||
|