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