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