chore: rename let_tmp elaborator
This commit is contained in:
parent
94dc1ee38f
commit
35d9590b7b
1 changed files with 1 additions and 1 deletions
|
|
@ -632,7 +632,7 @@ def elabLetDeclCore (stx : Syntax) (expectedType? : Option Expr) (useLetExpr : B
|
|||
@[builtinTermElab «let_delayed»] def elabLetDelayedDecl : TermElab :=
|
||||
fun stx expectedType? => elabLetDeclCore stx expectedType? (useLetExpr := true) (elabBodyFirst := true) (usedLetOnly := false)
|
||||
|
||||
@[builtinTermElab «let_zeta»] def elabLetZetaDecl : TermElab :=
|
||||
@[builtinTermElab «let_tmp»] def elabLetTmpDecl : TermElab :=
|
||||
fun stx expectedType? => elabLetDeclCore stx expectedType? (useLetExpr := true) (elabBodyFirst := false) (usedLetOnly := true)
|
||||
|
||||
builtin_initialize registerTraceClass `Elab.let
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue