Skip to content

Commit

Permalink
docs(tactic/algebra): Module docstring (#13571)
Browse files Browse the repository at this point in the history
Write the module docstring.
  • Loading branch information
YaelDillies committed Apr 25, 2022
1 parent 54d1ddd commit 045fc44
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/tactic/algebra.lean
Expand Up @@ -5,6 +5,14 @@ Authors: Simon Hudon
-/
import tactic.core

/-!
# Recording typeclass ancestors
The "old" structure command currently does not record the parent typeclasses. This file defines the
`ancestor` attribute to remedy this. This information is notably used by `to_additive` to map
structure fields and constructors of a multiplicative structure to its additive counterpart.
-/

open lean.parser

namespace tactic
Expand Down

0 comments on commit 045fc44

Please sign in to comment.