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