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