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