chore: use doc string
This commit is contained in:
parent
dc32a827b3
commit
94ede53940
1 changed files with 3 additions and 3 deletions
|
|
@ -13,9 +13,9 @@ namespace Lean.Elab
|
|||
open Meta
|
||||
open Term
|
||||
|
||||
/-
|
||||
A (potentially recursive) definition.
|
||||
The elaborator converts it into Kernel definitions using many different strategies.
|
||||
/--
|
||||
A (potentially recursive) definition.
|
||||
The elaborator converts it into Kernel definitions using many different strategies.
|
||||
-/
|
||||
structure PreDefinition where
|
||||
ref : Syntax
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue