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