`InvalidNel<String, Int>(Nel("Some error"))....
# arrow
p
InvalidNel<String, Int>(Nel("Some error")).map { a: Int -> <some_function_here> }
and
InvalidNel<String, Int>(Nel("Some error")).flatMap { a: Int -> <some_function_here> }