
Monad
Functional Programming
In computing, 'monad' often relates to functional programming, a coding style focusing on mathematical functions. 
Manage Side Effects
Monads in computing provide a way to handle 'side effects', like changes in state or I/O operations, predictably. 