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