ref: e0e8aafaa651cba00f96c01f8c87dab7109cfc3d dir: /libstd/option.myr/
use "types.use" use "fmt.use" use "varargs.use" pkg std = type option(@a) = union `Some @a `None ;; ;;