pakoito
InvalidNel<String, Int>(Nel("Some error")).map { a: Int -> <some_function_here> }
InvalidNel<String, Int>(Nel("Some error")).flatMap { a: Int -> <some_function_here> }