Skip to main content

forge_resolve_with_options

Function forge_resolve_with_options 

Source
pub fn forge_resolve_with_options(
    library: &mut IntentLibrary,
    lift_options: &LiftOptions,
    cx: &mut Cx,
    target: &dyn EvalFabric,
    prose: &str,
    policy: PromotePolicy,
) -> Result<CompiledIntent>
Expand description

Resolves prose through an explicit library and lift options.