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 :
Type
Instances For
    def Lean.getDocStringText {m : TypeType} [inst : Monad m] [inst : Lean.MonadError m] [inst : Lean.MonadRef m] (stx : Lean.TSyntax (Lean.Name.mkStr4 "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.Name.mkStr4 "Lean" "Parser" "Command" "docComment")) :
    Equations