chore: add helper
This commit is contained in:
parent
2ba4f02de9
commit
0a54391eba
1 changed files with 3 additions and 0 deletions
|
|
@ -61,4 +61,7 @@ end CollectLevelParams
|
|||
def collectLevelParams (s : CollectLevelParams.State) (e : Expr) : CollectLevelParams.State :=
|
||||
CollectLevelParams.main e s
|
||||
|
||||
def CollectLevelParams.State.collect (s : CollectLevelParams.State) (e : Expr) : CollectLevelParams.State :=
|
||||
collectLevelParams s e
|
||||
|
||||
end Lean
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue