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