Equations
Instances For
def
Lean.addDocString
{m : Type → Type}
[Monad m]
[MonadError m]
[MonadEnv m]
(declName : Name)
(docString : String)
:
m Unit
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.addDocString'
{m : Type → Type}
[Monad m]
[MonadError m]
[MonadEnv m]
(declName : Name)
(docString? : Option String)
:
m Unit
Equations
Instances For
def
Lean.findSimpleDocString?
(env : Environment)
(declName : Name)
(includeBuiltin : Bool := true)
:
Finds a docstring without performing any alias resolution or enrichment with extra metadata.
Docstrings to be shown to a user should be looked up with Lean.findDocString?
instead.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
def
Lean.getDocStringText
{m : Type → Type}
[Monad m]
[MonadError m]
(stx : TSyntax `Lean.Parser.Command.docComment)
:
m String
Equations
- One or more equations did not get rendered due to their size.