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