Returns true if the input is NONE()
function isNone<A> input Option<A> opt; output Boolean none; end isNone;