sidnt / zionotes

⸮ 🔴zio notes | zio nursery 🔵?
0 stars 0 forks source link

ensuring #23

Open sidnt opened 3 years ago

sidnt commented 3 years ago

final def ensuring[R1 <: R](finalizer: URIO[R1, Any]): ZIO[R1, E, A]

what's up with R and R1 ??

example