typelevel
Here are 79 public repositories matching this topic...
We sometimes have data types which subtype Ordered and other times have types which implement Ordering. We only need to do Ordering. We should ensure that all types which are Ordered also have an Ordering instance.
Context: http4s/http4s#5013 (comment)
-
Updated
Jan 14, 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
Jan 15, 2022 - Scala
-
Updated
Jan 15, 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
Jan 14, 2022 - Scala
-
Updated
Dec 23, 2021 - Scala
-
Updated
Jun 19, 2018 - Scala
-
Updated
Jan 13, 2020 - Scala
-
Updated
Mar 14, 2021 - Scala
-
Updated
Jan 14, 2022 - Scala
-
Updated
Oct 19, 2017 - Scala
-
Updated
May 5, 2019 - Scala
-
Updated
Aug 24, 2021 - TypeScript
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