lean4-htt/src/Lean/Meta
Leonardo de Moura f934a86646 feat: add (ref : Syntax) to Meta.Exception.other
@Kha The Syntax is here just to provide possition information. The
goal is to improve error message location information in code such as `DepElim`.
2020-08-06 09:40:16 -07:00
..
EqnCompiler feat: add (ref : Syntax) to Meta.Exception.other 2020-08-06 09:40:16 -07:00
Tactic feat: add admit tactic 2020-08-05 15:33:49 -07:00
AbstractMVars.lean chore: move HashMap and HashSet to Std 2020-06-25 12:46:56 -07:00
AppBuilder.lean feat: add admit tactic 2020-08-05 15:33:49 -07:00
Basic.lean feat: add (ref : Syntax) to Meta.Exception.other 2020-08-06 09:40:16 -07:00
Check.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
DiscrTree.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
DiscrTreeTypes.lean chore: move PersistentHashMap and PersistentHashSet to Std 2020-06-25 11:56:00 -07:00
EqnCompiler.lean refactor: move EqnCompiler to Meta folder 2020-08-06 09:10:01 -07:00
Exception.lean feat: add (ref : Syntax) to Meta.Exception.other 2020-08-06 09:40:16 -07:00
ExprDefEq.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
FunInfo.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
GeneralizeTelescope.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
InferType.lean feat: inductive datatype header validation 2020-07-09 15:34:25 -07:00
Instances.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
KAbstract.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
LevelDefEq.lean chore: move PersistentArray to Std 2020-06-25 13:02:21 -07:00
Message.lean feat: add (ref : Syntax) to Meta.Exception.other 2020-08-06 09:40:16 -07:00
Offset.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
RecursorInfo.lean feat: add (ref : Syntax) to Meta.Exception.other 2020-08-06 09:40:16 -07:00
Reduce.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
ReduceEval.lean feat: add (ref : Syntax) to Meta.Exception.other 2020-08-06 09:40:16 -07:00
SynthInstance.lean feat: add (ref : Syntax) to Meta.Exception.other 2020-08-06 09:40:16 -07:00
Tactic.lean chore: remove prelude commands from Lean package 2020-06-25 11:21:17 -07:00
WHNF.lean feat: add throwOther 2020-07-31 14:34:51 -07:00