ref: ac58fd9b83d1bb1cac2a0fb354176dd975afd94c dir: /lib/std/option.myr/
pkg std = type option(@a) = union `None `Some @a ;; ;;