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