1 2 3 4 5 6
datatype t = datatype Basis.option fun isSome [a] x = case x of None => False | Some _ => True