Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agenticsorg/lean-agentic
/ test_lambda_expr
Function
test_lambda_expr
tests/elaboration/test_simple.rs:42–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
41
#[test]
42
fn test_lambda_expr() {
43
let source =
"def double := fun (n : Nat) => n"
;
44
parse_and_elaborate(source).unwrap();
45
}
46
47
#[test]
48
fn test_let_binding() {
Callers
nothing calls this directly
Calls
1
parse_and_elaborate
Function · 0.85
Tested by
no test coverage detected