- aesopStx : Lean.Syntax
The Aesop call for which stats were collected.
- fileName : String
- position? : Option Lean.Position
- stats : Aesop.Stats
The collected stats.
Instances For
def
Aesop.StatsExtensionEntry.forCurrentFile
{m : Type → Type}
[Monad m]
[Lean.MonadLog m]
(stx : Lean.Syntax)
(stats : Aesop.Stats)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[reducible, inline]
Instances For
Equations
- Aesop.StatsExtension.importedEntries env ext = (ext.toEnvExtension.getState env).importedEntries
Instances For
def
Aesop.recordStatsIfEnabled
{m : Type → Type}
[Monad m]
[Lean.MonadEnv m]
[Lean.MonadOptions m]
(s : Aesop.StatsExtensionEntry)
:
m Unit
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Aesop.recordStatsForCurrentFileIfEnabled
{m : Type → Type}
[Monad m]
[Lean.MonadEnv m]
[Lean.MonadOptions m]
[Lean.MonadLog m]
(aesopStx : Lean.Syntax)
(stats : Aesop.Stats)
:
m Unit
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[reducible, inline]
Equations
Instances For
def
Aesop.mkStatsArray
(localEntries : List Aesop.StatsExtensionEntry)
(importedEntries : Array (Array Aesop.StatsExtensionEntry))
:
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.