rssh/dotty-cps-async

implement shifted variants for CpsTryMonad

rssh opened this issue · 0 comments

rssh commented

i.e.

def restore[A](fa: F[A])(fx:Throwable => F[A]): F[A]

def withAction[A](fa:F[A])(action: =>Unit):F[A]