Skip to content

Commit 5fb59f4

Browse files
author
Kaiyu Yang
committed
fix name
1 parent 9a4426d commit 5fb59f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lakefile.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def getPlatform : IO SupportedPlatform := do
5050
syntax (name := isARM) "is_arm?" :term
5151

5252
@[term_elab isARM]
53-
def elabGetConfig : TermElab := fun _ _ => do
53+
def elabIsARM : TermElab := fun _ _ => do
5454
if (← getArch) == .arm64 then
5555
return Expr.const `Bool.true []
5656
else

0 commit comments

Comments
 (0)