Skip to content

Commit

Permalink
drop irrelevant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
majk-p committed Jun 22, 2022
1 parent 0fae8f4 commit aff3926
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ import com.ocadotechnology.pass4s.kernel._

object MyProcessor {

// this is pure logic, the only "tap" thing here are Senders,
// which are actually from the algebraic package and have zero dependencies on anything else in the library.
// They can also be created easily with Sender.writer, Sender.testing, Sender.noop etc.
def instance[F[_]: MyService: Temporal](
implicit intSender: Sender[F, Int],
boolSender: Sender[F, Boolean]
Expand Down

0 comments on commit aff3926

Please sign in to comment.