chore: fix incorrect comment
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
fdce7a99e1
commit
3896c44b55
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ inductive StructFieldKind where
|
|||
|
||||
structure StructFieldInfo where
|
||||
name : Name
|
||||
declName : Name -- Remark: this field value doesn't matter for fromParent fields.
|
||||
declName : Name -- Remark: for `fromParent` fields, `declName` is only relevant in the generation of auxiliary `_default` functions.
|
||||
fvar : Expr
|
||||
kind : StructFieldKind
|
||||
inferMod : Bool := false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue