MCPcopy Create free account
hub / github.com/agenticsorg/lean-agentic / is_sort

Method is_sort

lean-agentic/src/term.rs:166–168  ·  view source on GitHub ↗

Check if this is a sort

(&self)

Source from the content-addressed store, hash-verified

164
165 /// Check if this is a sort
166 pub fn is_sort(&self) -> bool {
167 matches!(self.kind, TermKind::Sort(_))
168 }
169
170 /// Check if this is a variable
171 pub fn is_var(&self) -> bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected