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