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

Function test_basic_term_creation

lean-agentic/src/lib.rs:79–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77
78 #[test]
79 fn test_basic_term_creation() {
80 let arena = Arena::new();
81 let symbols = SymbolTable::new();
82
83 // Test that we can create basic structures
84 assert!(arena.terms() == 0);
85 }
86}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected