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

Method createIdentity

npm/lean-agentic/src/node.js:19–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 }
18
19 createIdentity() {
20 this._inner.createIdentityFunction();
21 return JSON.stringify({
22 term: "Lambda",
23 description: "λx:Type. x (identity function)",
24 note: "Hash-consed for O(1) equality"
25 });
26 }
27
28 createApplication() {
29 this._inner.createVariable(0);

Callers 1

quickStartFunction · 0.45

Calls 1

Tested by

no test coverage detected