pub fn add_constructor( egraph: &mut EGraph, name: &str, schema: Schema, cost: Option<DefaultCost>, unextractable: bool, ) -> Result<Vec<CommandOutput>, Error>
Declare a new constructor table.