Search code examples
Scala singleton objects and implicit resolution...


scalafunctional-programmingscala-catscats-effect

Read More
Ignored parameter in for-comprehension for cats.data.WriterT...


scalascala-cats

Read More
Why does the circe `or` function (an apparently unary function) work with reduceLeft which requires ...


scalamethodsscala-catscircearity

Read More
Convert Type1: EitherT[Future, String, Int] to Type2: EitherT[Future, String, Option[Int]] while all...


scalascala-cats

Read More
Mocking a Service that returns Cats EitherT with Guice and MockitoSugar...


scalaplayframeworkmockitoscala-catsmockito-scala

Read More
Schedule computation concurrently for all elements of the fs2.Stream...


scalafunctional-programmingscala-catsfs2

Read More
Changing effect type of fs2.Stream...


scalafunctional-programmingscala-catsfs2

Read More
Stateful implementation of F-algebra...


scalafunctional-programmingscala-catscats-effect

Read More
Is it possible to share pure FP state between multiple http requests on http4s server?...


scalascala-catsfs2http4s

Read More
How to avoid the flatmap after for...


scalascala-cats

Read More
Retrieving value wrapped in IO...


scalaiomonadsscala-cats

Read More
Cats-effect and asynchronous IO specifics...


scalascala-catscats-effect

Read More
How to convert into refined type?...


scalascala-catshttp4srefined

Read More
How will implicitly expand the definition...


scalascala-cats

Read More
Type constructor parameter inference...


scalatypesscala-catscategory-theorytype-constructor

Read More
Cannot Resolve Map in a Functor Defined for Binary Tree...


scalafunctional-programmingtypeclassfunctorscala-cats

Read More
What does Ops stand for?...


scalascala-cats

Read More
Why does the code with extension method compile?...


scalascala-cats

Read More
cats and function compositions...


scalascala-cats

Read More
Do tagless algebra needs laws?...


scalascala-catstagless-final

Read More
What does the `*` mean in a generic type?...


scalagenericsscala-cats

Read More
How to use the MonadError with the effect type IO?...


scalascala-cats

Read More
What does private[routes] mean?...


scalascala-cats

Read More
Option[io.databaker.env.EnvValue], but type F is invariant in type...


scalascala-cats

Read More
EitherT + State type mismatch...


scalascala-cats

Read More
top-level class without companion can only expand either into an eponymous class or into a block con...


scalascala-catsscala-macros

Read More
Write laws or unit test for tagless algebras...


scalafunctional-programmingscala-catstagless-final

Read More
How to use MonadError correctly?...


scalascala-cats

Read More
The first final tagless approach...


scalascala-catstagless-final

Read More
fs2 Stream scala No implicit of type : Stream.Compiler[Eval,G_]...


scalaevalscala-catsfs2

Read More
BackNext