# core/prelude/function/monad

This module extends the Function constructor and prototype with extra methods to create monad wrappers, like, `Option` (Maybe) or `Result` (Either).
