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