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