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