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