chore: update stage0
This commit is contained in:
parent
f1c5e7596b
commit
ab8627d929
1 changed files with 1 additions and 1 deletions
2
stage0/src/Init/Conv.lean
generated
2
stage0/src/Init/Conv.lean
generated
|
|
@ -25,7 +25,7 @@ syntax (name := nestedConv) convSeqBracketed : conv
|
|||
syntax (name := paren) "(" convSeq ")" : conv
|
||||
|
||||
/-- `· conv` focuses on the main conv goal and tries to solve it using `s` -/
|
||||
macro dot:("·" <|> ".") s:convSeq : conv => `(conv| {%$dot ($s:convSeq) })
|
||||
macro dot:("·" <|> ".") s:convSeq : conv => `({%$dot ($s:convSeq) })
|
||||
|
||||
syntax (name := conv) "conv " (" at " ident)? (" in " term)? " => " convSeq : tactic
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue