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