Module: Either
- Includes:
- Trither::BasicTypes
- Defined in:
- lib/trither/either.rb
Defined Under Namespace
Constant Summary collapse
- EitherType =
C::Or[Left, Right]
- Func1toEither =
C::Func[C::Any => EitherType]
Constants included from Trither::BasicTypes
Trither::BasicTypes::C, Trither::BasicTypes::Func0, Trither::BasicTypes::Func1, Trither::BasicTypes::Predicate