Scala 3: Error handling in FP land

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 →