Constructing Maybe from value. If Maybe is created with the constructor, it is considered non empty and isNothing returns false.
See Implementation
Constructing Maybe from value. If Maybe is created with the constructor, it is considered non empty and isNothing returns false.