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