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