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