unit<L> function

TaskEither<L, Unit> unit<L>()

Implementation

TaskEither<L, Unit> unit<L>() => right(U.unit);