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