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