add atomic to fix interpolatedStr issue

pull/54/head
Alexander Bentkamp 3 years ago
parent f2eed5fc0c
commit 86302522a5

@ -62,7 +62,7 @@ partial def reprintCore : Syntax → Option Format
def reprint (stx : Syntax) : Format := def reprint (stx : Syntax) : Format :=
reprintCore stx |>.getD "" reprintCore stx |>.getD ""
syntax hintArg := " (" (&"strict" <|> &"hidden") " := " withoutPosition(term) ")" syntax hintArg := atomic(" (" (&"strict" <|> &"hidden") " := " withoutPosition(term) ")")
/-- A tactic that can be used inside `Statement`s to indicate in which proof states players should /-- A tactic that can be used inside `Statement`s to indicate in which proof states players should
see hints. The tactic does not affect the goal state. -/ see hints. The tactic does not affect the goal state. -/

Loading…
Cancel
Save