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