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