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