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