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: May 02 2025 at 03:31 UTC