@[reducible, inline]
Equations
- Lake.DSL.DocComment = Lean.TSyntax `Lean.Parser.Command.docComment
Instances For
@[reducible, inline]
Equations
- Lake.DSL.Attributes = Lean.TSyntax `Lean.Parser.Term.attributes
Instances For
@[reducible, inline]
Equations
- Lake.DSL.AttrInstance = Lean.TSyntax `Lean.Parser.Term.attrInstance
Instances For
@[reducible, inline]
Equations
- Lake.DSL.WhereDecls = Lean.TSyntax `Lean.Parser.Term.whereDecls
Instances For
Equations
- One or more equations did not get rendered due to their size.
- Lake.DSL.expandAttrs attrs? = #[]
Instances For
Equations
- Lake.DSL.identOrStr = Lean.ParserDescr.nodeWithAntiquot "identOrStr" `Lake.DSL.identOrStr (Lean.ParserDescr.binary `orelse (Lean.ParserDescr.const `ident) (Lean.ParserDescr.const `str))
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
A field assignment in a declarative configuration.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[reducible, inline]
A field assignment in a declarative configuration.
Equations
- Lake.DSL.DeclField = Lean.TSyntax `Lake.DSL.declField
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Lake.DSL.simpleBinder = Lean.ParserDescr.nodeWithAntiquot "simpleBinder" `Lake.DSL.simpleBinder (Lean.ParserDescr.binary `orelse (Lean.ParserDescr.const `ident) Lake.DSL.bracketedSimpleBinder)
Instances For
@[reducible, inline]
Equations
- Lake.DSL.SimpleBinder = Lean.TSyntax `Lake.DSL.simpleBinder
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lake.DSL.elabConfigDecl
(tyName : Lake.Name)
(sig : Lean.TSyntax `Lake.DSL.structDeclSig)
(doc? : Option Lake.DSL.DocComment)
(attrs : Array Lake.DSL.AttrInstance)
(name? : optParam (Option Lake.Name) none)
: