Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agenticsorg/lean-agentic
/ zero
Method
zero
lean-agentic/src/level.rs:116–118 ·
view source on GitHub ↗
Get the zero level ID
(&mut self)
Source
from the content-addressed store, hash-verified
114
115
/// Get the zero level ID
116
pub fn zero(&mut self) -> LevelId {
117
self.intern(Level::Zero)
118
}
119
120
/// Create a concrete level
121
pub fn constant(&mut self, n: u32) -> LevelId {
Callers
13
create_type
Method · 0.80
create_identity_function
Method · 0.80
infer
Method · 0.80
test_var_typing
Function · 0.80
test_sort_typing
Function · 0.80
test_lambda_typing
Function · 0.80
normalize
Method · 0.80
test_level_interning
Function · 0.80
test_level_normalization
Function · 0.80
test_imax_reduction
Function · 0.80
parse_theorem
Method · 0.80
main
Function · 0.80
Calls
1
intern
Method · 0.45
Tested by
6
test_var_typing
Function · 0.64
test_sort_typing
Function · 0.64
test_lambda_typing
Function · 0.64
test_level_interning
Function · 0.64
test_level_normalization
Function · 0.64
test_imax_reduction
Function · 0.64