Remove tag typeclass
article thumbnail

Why We Do Scala in Zalando

Zalando Engineering

contains ( "@" ) => Invalid ( s "$invalid is not a valid email address" ) case valid => val tagged = tag [ EmailAddressTag ]( valid ); Valid ( tagged ) } } } Function Composition Monads/applicatives One of my favourite features of Scala is how easy and elegant it is to compose functions to create more complex ones.

Scala 40