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