* I think the intention with a type Maybe is that we don't really * care/want to have a value in the Maybe apart from that is empty or * something. So instead of having a bool and setting it to true just * have void and return an empty. I think this signals the intent of a * function better as one might otherwise wonder what the value in the maybe * represents. */
source not stored for this graph (policy: none)