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