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 bd14e70 commit cffa617Copy full SHA for cffa617
src/Init/Grind/Tactics.lean
@@ -19,8 +19,8 @@ syntax grindEq := "= "
19
syntax grindEqBoth := atomic("_" "=" "_ ")
20
syntax grindEqRhs := atomic("=" "_ ")
21
syntax grindEqBwd := atomic("←" "= ") <|> atomic("<-" "= ")
22
-syntax grindBwd := "← " <|> "-> "
23
-syntax grindFwd := "→ " <|> "<- "
+syntax grindBwd := "← " <|> "<- "
+syntax grindFwd := "→ " <|> "-> "
24
syntax grindRL := "⇐ " <|> "<= "
25
syntax grindLR := "⇒ " <|> "=> "
26
syntax grindUsr := &"usr "
0 commit comments