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