diff --git a/docs/configurations.html b/docs/configurations.html index 6945fc14..4a2a5f3c 100644 --- a/docs/configurations.html +++ b/docs/configurations.html @@ -66,10 +66,10 @@
import cats.effect.IO
port: ConfigValue[IO, Int]
-// res1: ConfigValue[IO, Int] = ConfigValue$1244539926
+// res1: ConfigValue[IO, Int] = ConfigValue$606021132
port.covary[IO]
-// res2: ConfigValue[IO, Int] = ConfigValue$1244539926
+// res2: ConfigValue[IO, Int] = ConfigValue$606021132
Multiple values can be loaded and combined in parallel, and errors accumulated, using parMapN
.
import cats.syntax.all._
diff --git a/docs/configurations/index.html b/docs/configurations/index.html
index 6945fc14..4a2a5f3c 100644
--- a/docs/configurations/index.html
+++ b/docs/configurations/index.html
@@ -66,10 +66,10 @@
import cats.effect.IO
port: ConfigValue[IO, Int]
-// res1: ConfigValue[IO, Int] = ConfigValue$1244539926
+// res1: ConfigValue[IO, Int] = ConfigValue$606021132
port.covary[IO]
-// res2: ConfigValue[IO, Int] = ConfigValue$1244539926
+// res2: ConfigValue[IO, Int] = ConfigValue$606021132
Multiple values can be loaded and combined in parallel, and errors accumulated, using parMapN
.
import cats.syntax.all._
diff --git a/docs/modules.html b/docs/modules.html
index d3444ccc..42f62354 100644
--- a/docs/modules.html
+++ b/docs/modules.html
@@ -72,7 +72,7 @@ "SERIAL").as[SerialNumber]
-// res0: ConfigValue[Effect, SerialNumber] = ConfigValue$1863531970
+// res0: ConfigValue[Effect, SerialNumber] = ConfigValue$260414070
Circe YAML
The ciris-circe-yaml
module provides ConfigDecoder
s for YAML using circe-yaml
.
@@ -91,7 +91,7 @@ "SERIAL").as[SerialNumber]
-// res2: ConfigValue[Effect, SerialNumber] = ConfigValue$1816844768
+// res2: ConfigValue[Effect, SerialNumber] = ConfigValue$1404559815
The ciris-enumeratum
module provides ConfigDecoder
s for Enumeratum enumerations.
For ValueEnum
s, also mix in the matching CirisValueEnum
to derive a ConfigDecoder
instance.
import ciris.env
@@ -129,7 +129,7 @@ "COLOR").as[Color]
-// res6: ciris.ConfigValue[ciris.package.Effect, Color] = ConfigValue$344579974
+// res6: ciris.ConfigValue[ciris.package.Effect, Color] = ConfigValue$1687115865
The ciris-http4s
module provides ConfigDecoder
s for the http4s Uri
type.
The ciris-refined
module provides ConfigDecoder
s for refined refinement types.
The ciris-squants
module provides ConfigDecoder
s for squants quantities.