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