ref: 27b4f894b3b7456b64908ad8c2d50ba66ebb513a dir: /lib/std/result.myr/
pkg std = type result(@a, @b) = union `Ok @a `Err @b ;; ;;