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