clean meta
This commit is contained in:
parent
d911b3b0f9
commit
f1075ef57e
5 changed files with 16 additions and 16 deletions
|
@ -18,7 +18,7 @@ open Lean Elab System
|
|||
|
||||
/-! TODO: Can likely make this a bona-fide command. -/
|
||||
|
||||
/-- The structure representating an informal definition. -/
|
||||
/-- The structure representing an informal definition. -/
|
||||
structure InformalDefinition where
|
||||
/-- The name of the informal definition. This is autogenerated. -/
|
||||
name : Name
|
||||
|
@ -31,7 +31,7 @@ structure InformalDefinition where
|
|||
/-- The names of top-level commands we expect this definition to depend on. -/
|
||||
dependencies : List Name
|
||||
|
||||
/-- The structure representating an informal proof. -/
|
||||
/-- The structure representing an informal proof. -/
|
||||
structure InformalLemma where
|
||||
/-- The name of the informal lemma. This is autogenerated. -/
|
||||
name : Name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue