Returns true if the input is SOME()
function isSome<A> input Option<A> opt; output Boolean some; end isSome;