chore: update stage0

This commit is contained in:
Leonardo de Moura 2021-09-01 19:27:13 -07:00
parent f1c5e7596b
commit ab8627d929

View file

@ -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