Zulip Chat Archive
Stream: mathlib4
Topic: help consumes next command
Floris van Doorn (Dec 05 2023 at 11:59):
import Mathlib.Tactic.HelpCmd
#help tactic -- Error: no tactic declarations start with def
def x := 1
Note: this is not just the case for def
, but seems to be the behavior for all commands that don't start with #
.
Last updated: Dec 20 2023 at 11:08 UTC