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