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