Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pure[A](a: A) and eval[A](fa: F[A]) to ResourceMaker #534

Closed
kevin-lee opened this issue Mar 27, 2023 · 0 comments · Fixed by #535
Closed

Add pure[A](a: A) and eval[A](fa: F[A]) to ResourceMaker #534

kevin-lee opened this issue Mar 27, 2023 · 0 comments · Fixed by #535
Assignees
Labels
task Task v2 Effectie v2
Milestone

Comments

@kevin-lee
Copy link
Owner

kevin-lee commented Mar 27, 2023

Task

Summary

Add pure[A](a: A) and eval[A](fa: F[A]) to ResourceMaker

Project Details

Version:

Description

trait ResourceMaker[F[*]] {
  ...

  def pure[A](a: A): ReleasableResource[F, A]

  def eval[A](fa: F[A]): ReleasableResource[F, A]
}
@kevin-lee kevin-lee added task Task v2 Effectie v2 labels Mar 27, 2023
@kevin-lee kevin-lee added this to the v2-m1 milestone Mar 27, 2023
@kevin-lee kevin-lee self-assigned this Mar 27, 2023
@kevin-lee kevin-lee changed the title Add pure[A](a: A) and eval[A](fa: F[A]): to ResourceMaker Add pure[A](a: A) and eval[A](fa: F[A]) to ResourceMaker Mar 27, 2023
kevin-lee added a commit that referenced this issue Mar 27, 2023
Close #534 - Add `pure[A](a: A)` and `eval[A](fa: F[A])` to `ResourceMaker`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Task v2 Effectie v2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant