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