noun
In philosophy, a fundamental indivisible unit of being, especially in Leibniz's metaphysics.
ライプニッツの哲学では、モナドはこれ以上分割できない実体とされる。
In Leibniz's philosophy, a monad is considered an indivisible substance.
noun
In category theory, a monad is an endofunctor with two natural transformations (unit and multiplication) satisfying certain coherence conditions.
圏論におけるモナドは、自己関手と自然変換を用いて定義される。
A monad in category theory is defined using an endofunctor and natural transformations.
noun
In functional programming, a monad is a design pattern that structures computations, often used to handle side effects, state, or sequencing.
Haskellでは、IOモナドを使って副作用を扱う。
In Haskell, the IO monad is used to handle side effects.