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