chore: use doc string

This commit is contained in:
Leonardo de Moura 2021-09-17 11:53:12 -07:00
parent dc32a827b3
commit 94ede53940

View file

@ -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