|
|
|
|
|
by quchen
4607 days ago
|
|
You can't have monads in Scheme due to the lack of a type system. What you can have are instances of monads, but the point of using the concept of a monad is to abstract over it, and to have functions that work with any possible instance. |
|