Hacker News new | ask | show | jobs
by frio 4350 days ago

    public static EitherIO<e, a> method(IO<EitherIO<e,a>> arg)
-->

    public static IO<Either<e,a>> method(EitherIO<e, a> arg)