chore: comment
This commit is contained in:
parent
adda3a9e02
commit
1a2a089c28
1 changed files with 3 additions and 1 deletions
|
|
@ -388,7 +388,9 @@ private def shouldBetaReduce (e : Expr) (recFnName : Name) : Bool :=
|
|||
This is useful to improve the effectiveness of `elimRecursion`.
|
||||
Example:
|
||||
```
|
||||
|
||||
def f : Nat → Nat
|
||||
| 0 => 1
|
||||
| i+1 => (fun x => f x) i
|
||||
```
|
||||
-/
|
||||
private def preprocess (e : Expr) (recFnName : Name) : CoreM Expr :=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue