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