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