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