Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agenticsorg/lean-agentic
/ test_lambda
Function
test_lambda
leanr-syntax/src/parser.rs:757–761 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
755
756
#[test]
757
fn test_lambda() {
758
let input =
"def test := fun x => x"
;
759
let decls = parse(input).unwrap();
760
assert_eq!(decls.len(), 1);
761
}
762
763
#[test]
764
fn test_inductive() {
Callers
nothing calls this directly
Calls
1
parse
Function · 0.85
Tested by
no test coverage detected