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