typelevel
Here are 80 public repositories matching this topic...
It requires Sync, but only needs Monad.
-
Updated
Feb 25, 2022 - Scala
full example from https://github.com/tpolecat/skunk/blob/v0.0.24/modules/docs/src/main/paradox/tutorial/Command.md
gives following compile errors
skunk-world/src/main/scala/CommandExample.scala:42:34
not found: type *
def fromSession[F[_] : Bracket[*[_], Throwable]](s: Session[F]): PetService[F] =
skunk-world/src/main/scala/CommandExample.scala:42:24
cats.effect.Bracket[<error>,Thro
Currently, we manually append the params to the url / query string using urljoin. Instead, we can send the query params in as a dictionary
-
Updated
Mar 16, 2022 - Scala
-
Updated
Feb 13, 2022 - Scala
See if it would be possible (and maybe useful) to define instances of higher-kinded typeclasses like ApplyK for the types in sup.
-
Updated
Jan 5, 2019 - Scala
-
Updated
Mar 18, 2022 - Scala
-
Updated
Dec 23, 2021 - Scala
-
Updated
Jun 19, 2018 - Scala
-
Updated
Jan 13, 2020 - Scala
-
Updated
Mar 14, 2021 - Scala
-
Updated
Feb 18, 2022 - Scala
-
Updated
Oct 19, 2017 - Scala
-
Updated
May 5, 2019 - Scala
Improve this page
Add a description, image, and links to the typelevel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the typelevel topic, visit your repo's landing page and select "manage topics."
Most awesome FP libraries (Cats, Scalaz, Monocle, Algebird etc ) have microsite done by sbt-microsites
Adding one for Shapeless would make it easier for newcomers. Quick, online reference on what is available