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