2022.02.08
Introduction Scala 3 introduces union types. Straight from the official documentation, a union type A | B has as values all values of type A and also all values …
Read More →2 posts tagged with "Fp"
Introduction Scala 3 introduces union types. Straight from the official documentation, a union type A | B has as values all values of type A and also all values …
Read More →As the title says, finite-state machines and Fs2 streams are a match made in heaven! To demonstrate it, I’ll make up a compelling problem to solve and we …
Read More →