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