The name given to the definition created by the package
syntax.
Equations
- Lake.DSL.packageDeclName = `_package
@[reducible, inline]
Equations
- Lake.DSL.DocComment = Lean.TSyntax `Lean.Parser.Command.docComment
@[reducible, inline]
Equations
- Lake.DSL.Attributes = Lean.TSyntax `Lean.Parser.Term.attributes
@[reducible, inline]
Equations
- Lake.DSL.AttrInstance = Lean.TSyntax `Lean.Parser.Term.attrInstance
@[reducible, inline]
Equations
- Lake.DSL.WhereDecls = Lean.TSyntax `Lean.Parser.Term.whereDecls
Equations
- One or more equations did not get rendered due to their size.
- Lake.DSL.expandAttrs attrs? = #[]
Equations
- Lake.DSL.identOrStr = Lean.ParserDescr.nodeWithAntiquot "identOrStr" `Lake.DSL.identOrStr (Lean.ParserDescr.binary `orelse (Lean.ParserDescr.const `ident) (Lean.ParserDescr.const `str))
@[reducible, inline]
Equations
- Lake.DSL.IdentOrStr = Lean.TSyntax `Lake.DSL.identOrStr
Equations
- One or more equations did not get rendered due to their size.
A field assignment in a declarative configuration.
Equations
- One or more equations did not get rendered due to their size.
@[reducible, inline]
A field assignment in a declarative configuration.
Equations
- Lake.DSL.DeclField = Lean.TSyntax `Lake.DSL.declField
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
@[reducible, inline]
Equations
- Lake.DSL.OptConfig = Lean.TSyntax `Lake.DSL.optConfig
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lake.DSL.simpleBinder = Lean.ParserDescr.nodeWithAntiquot "simpleBinder" `Lake.DSL.simpleBinder (Lean.ParserDescr.binary `orelse (Lean.ParserDescr.const `ident) Lake.DSL.bracketedSimpleBinder)
@[reducible, inline]
Equations
- Lake.DSL.SimpleBinder = Lean.TSyntax `Lake.DSL.simpleBinder
Equations
- One or more equations did not get rendered due to their size.
def
Lake.DSL.mkConfigFields
(tyName : Lean.Name)
(infos : Lean.NameMap ConfigFieldInfo)
(fs : Array DeclField)
:
Lean.Elab.Command.CommandElabM (Lean.TSyntax `Lean.Parser.Term.structInstFields)
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lake.DSL.mkConfigDeclIdent (some stx) = pure (Lake.DSL.expandIdentOrStrAsIdent stx)
- Lake.DSL.mkConfigDeclIdent none = do let __do_lift ← Lean.getRef Lean.Elab.Term.mkFreshIdent __do_lift
def
Lake.DSL.elabConfig
(tyName : Lean.Name)
[info : ConfigInfo tyName]
(id : Lean.Ident)
(ty : Lean.Term)
(config : Lean.TSyntax `Lake.DSL.optConfig)
:
Equations
- One or more equations did not get rendered due to their size.