Luis Rodero-Merinolrodero.hashnode.devยทMay 18, 2024A more intuitive approach to the State Monad in ScalaThe 'Functional programming in Scala' book (aka 'the red book') defines a state transformation as a function with this signature: S => (S, A) where S is a type representing the state of our application and A is the type of the output we get running ...ScalaAdd a thoughtful commentNo comments yetBe the first to start the conversation.