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