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