Skip to main content

parse_script_with_env

Function parse_script_with_env 

Source
pub fn parse_script_with_env(
    src: &str,
    env: &TacticEnv,
) -> Result<Tactic, ScriptError>
Expand description

Compile a proof-script string with USER-DEFINED tactics resolved from env (M).