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