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