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