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