We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4426d commit 5fb59f4Copy full SHA for 5fb59f4
lakefile.lean
@@ -50,7 +50,7 @@ def getPlatform : IO SupportedPlatform := do
50
syntax (name := isARM) "is_arm?" :term
51
52
@[term_elab isARM]
53
-def elabGetConfig : TermElab := fun _ _ => do
+def elabIsARM : TermElab := fun _ _ => do
54
if (← getArch) == .arm64 then
55
return Expr.const `Bool.true []
56
else
0 commit comments