MCPcopy Create free account
hub / github.com/argumentcomputer/ix / def_eq_all_structural

Function def_eq_all_structural

crates/kernel/src/def_eq.rs:1927–1933  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1925/// Meta mode. Returns `None` if the head isn't a `Const`.
1926fn head_const_name<M: KernelMode>(e: &KExpr<M>) -> Option<String> {
1927 let id = head_const_id(e)?;
1928 Some(format!("{id}"))
1929}
1930
1931impl<M: KernelMode> TypeChecker<'_, M> {
1932 fn dump_def_eq_max(
1933 &self,
1934 kind: &str,
1935 a: &KExpr<M>,
1936 b: &KExpr<M>,

Callers

nothing calls this directly

Calls 2

env_with_idFunction · 0.70
sort0Function · 0.70

Tested by

no test coverage detected