Documentation

Lean.DocString

def Lean.addDocString {m : TypeType} [inst : Lean.MonadEnv m] (declName : Lean.Name) (docString : String) :
Equations
def Lean.addDocString' {m : TypeType} [inst : Monad m] [inst : Lean.MonadEnv m] (declName : Lean.Name) (docString? : Option String) :
Equations
def Lean.findDocString? (env : Lean.Environment) (declName : Lean.Name) (includeBuiltin : optParam Bool true) :
Equations
  • One or more equations did not get rendered due to their size.
structure Lean.ModuleDoc :
Instances For
    def Lean.getDocStringText {m : TypeType} [inst : Monad m] [inst : Lean.MonadError m] [inst : Lean.MonadRef m] (stx : Lean.TSyntax `Lean.Parser.Command.docComment) :
    Equations
    • One or more equations did not get rendered due to their size.
    def Lean.TSyntax.getDocString (stx : Lean.TSyntax `Lean.Parser.Command.docComment) :
    Equations