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