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