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