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