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