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