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

Function test_identity_function

tests/elaboration/test_simple.rs:30–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29 #[test]
30 fn test_identity_function() {
31 let source = "def id (α : Type) (x : α) : α := x";
32 parse_and_elaborate(source).unwrap();
33 }
34
35 #[test]
36 fn test_constant_function() {

Callers

nothing calls this directly

Calls 1

parse_and_elaborateFunction · 0.85

Tested by

no test coverage detected