Function infer_type

Source
pub fn infer_type(
    func_name: FuncName,
    inputs: &mut [ExprImpl],
) -> Result<DataType, RwError>