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