LanguageExt.Core

LanguageExt.Core Monads State and Environment Monads State StateT Trait

Contents

class StateT <S, M> Source #

where M : Monad<M>

MonadStateT trait implementation for StateT

Parameters

type S

State environment type

type M

Given monad trait