Comfy Cats Effect room. Ask questions. Rant about config file formats. Be nice!
Ref
around, and flatMap to seal the region of sharing
F[F[A]]
is "create shared state to store memoization"F[A]
is "read or populate the shared memoization state"
F[_]
means in terms of language feature
kind
?
F[_]
is a higher kinded type parameter
*
(pronounced star
, or type
)
Int
String
Option[Int]
, Option[List[Either[String, Int]]]
etc