fix: unclear TSyntax breakage
This commit is contained in:
parent
86cd656fc6
commit
fe22d84143
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ macro "have " d:haveDecl : tactic => `(refine_lift have $d:haveDecl; ?_)
|
|||
/--
|
||||
`have h := e` adds the hypothesis `h : t` if `e : t`.
|
||||
-/
|
||||
macro (priority := high) "have" x:ident " := " p:term : tactic => `(have $x:ident : _ := $p)
|
||||
macro (name := «tacticHave__:=_») (priority := high) "have" x:ident " := " p:term : tactic => `(have $x:ident : _ := $p)
|
||||
/--
|
||||
Given a main goal `ctx |- t`, `suffices h : t' from e` replaces the main goal with `ctx |- t'`,
|
||||
`e` must have type `t` in the context `ctx, h : t'`.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue