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