IListTMonad<M> constructor

IListTMonad<M>(
  1. Monad<M> _stackedM
)

Implementation

IListTMonad(this._stackedM);