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