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