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