Represents either a value or an error. It is used primarily for the return types of the JSON access functions. But in order for them to be nestable, the primary input parameter of all of them is a Maybe too.
Maybe
the type if it is not an error
Represents either a value or an error. It is used primarily for the return types of the JSON access functions. But in order for them to be nestable, the primary input parameter of all of them is a
Maybetoo.