fn parse_update_fn_wrapper(
    expression: &str,
    bn_context: &BooleanNetwork,
) -> Result<FnUpdate, String>
Expand description

A wrapper function for parsing update function formulas with extended error message. See [FnUpdate::try_from_str] for details.