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