The #whats_new command #
Defines a command wrapper that prints the changes the command makes to the environment.
#whats_new in
theorem foo : 42 = 6 * 7 := rfl
def
Mathlib.WhatsNew.diffExtension
(old new : Lean.Environment)
(ext : Lean.PersistentEnvExtension Lean.EnvExtensionEntry Lean.EnvExtensionEntry Lean.EnvExtensionState)
:
Instances For
Instances For
#whats_new in executes the following command and then prints the
declarations that were added to the environment.
Instances For
#whats_new in executes the following command and then prints the
declarations that were added to the environment.