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