- aesopStx : Lean.SyntaxThe Aesop call for which stats were collected. 
- fileName : String
- position? : Option Lean.Position
- stats : StatsThe collected stats. 
Instances For
def
Aesop.StatsExtensionEntry.forCurrentFile
{m : Type → Type}
[Monad m]
[Lean.MonadLog m]
(stx : Lean.Syntax)
(stats : 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 : 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 : 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 StatsExtensionEntry)
(importedEntries : Array (Array 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.