Example #1
0
 public StateEither(IEither <TLeft, TRight> either)
     : this(either.Insert <TState, IEither <TLeft, TRight> >())
 {
 }