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