Documentation

Mathlib.Util.WhatsNew

Defines a command wrapper that prints the changes the command makes to the environment.

whatsnew in
theorem foo : 42 = 6 * 7 := rfl

whatsnew in $command executes the command and then prints the declarations that were added to the environment.

Instances For