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