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