lean4-htt/src/Lean/Util
Wojciech Nawrocki e3d866bc03 feat: initial TraceExplorer
Motivation: trace messages from systems such as instance synthesis or defeq checks can be massive and it is hard to find the relevant info within. We provide an interactive TraceExplorer component to do this.
2021-08-24 08:57:41 -07:00
..
CollectFVars.lean chore: use deriving Inhabited 2020-12-13 10:09:20 -08:00
CollectLevelParams.lean chore: update structure, class, inductive 2020-11-27 15:09:30 -08:00
CollectMVars.lean chore: update structure, class, inductive 2020-11-27 15:09:30 -08:00
Constructions.lean chore: replace variables in src/ 2021-01-22 14:36:05 +01:00
FindExpr.lean chore: update structure, class, inductive 2020-11-27 15:09:30 -08:00
FindLevelMVar.lean refactor: move FindLevelMVar to Lean/Util 2021-08-03 09:13:18 +02:00
FindMVar.lean chore: cleanup 2020-10-29 09:35:12 -07:00
FoldConsts.lean chore: update structure, class, inductive 2020-11-27 15:09:30 -08:00
ForEachExpr.lean chore: replace variables in src/ 2021-01-22 14:36:05 +01:00
MonadBacktrack.lean feat: add commitIfNoEx 2021-08-17 21:32:32 -07:00
MonadCache.lean feat: add instance Alternative (MonadCacheT α β m) 2021-08-10 14:28:04 -07:00
OccursCheck.lean chore: occursCheck semantics was confusing 2021-02-03 15:04:18 -08:00
Path.lean fix: import hint 2021-08-17 11:14:42 +02:00
PPExt.lean fix: use pp.raw options when falling back to raw parser 2021-04-01 16:42:04 +02:00
Profile.lean refactor: pos at time_task::time_task was a dead field 2021-01-30 11:10:18 -08:00
RecDepth.lean chore: use register_builtin_option 2021-01-26 18:24:56 -08:00
Recognizers.lean chore: add notNot? 2021-08-17 21:32:32 -07:00
ReplaceExpr.lean perf: add workaround for destructive update issue 2021-02-21 13:03:45 -08:00
ReplaceLevel.lean chore: update structure, class, inductive 2020-11-27 15:09:30 -08:00
SCC.lean chore: remove HashableUSize 2021-06-02 09:58:46 -07:00
Sorry.lean fix: bug at hasSyntheticSorry 2021-03-05 19:08:10 -08:00
Trace.lean feat: initial TraceExplorer 2021-08-24 08:57:41 -07:00