Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiyu Yang committed Sep 14, 2023
1 parent 9a4426d commit 5fb59f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def getPlatform : IO SupportedPlatform := do
syntax (name := isARM) "is_arm?" :term

@[term_elab isARM]
def elabGetConfig : TermElab := fun _ _ => do
def elabIsARM : TermElab := fun _ _ => do
if (← getArch) == .arm64 then
return Expr.const `Bool.true []
else
Expand Down

0 comments on commit 5fb59f4

Please sign in to comment.