Leni Aniva
|
2790553180
|
feat: Environment save/load commands
|
2024-11-13 19:50:31 -08:00 |
Leni Aniva
|
495ea1ac14
|
feat: Environment pickling
|
2024-11-08 14:49:49 -08:00 |
Leni Aniva
|
1c4f38e5eb
|
refactor: Rename {Serial,Delate}.lean
|
2024-11-08 13:04:00 -08:00 |
Leni Aniva
|
8e3241c02a
|
refactor: Move all frontend functions to `Frontend`
|
2024-09-08 15:02:43 -07:00 |
Leni Aniva
|
edec0f5733
|
feat: Use CoreM for diag monad
|
2024-08-26 13:42:14 -04:00 |
Leni Aniva
|
43e11f1ba3
|
refactor: Always display isInaccessible
|
2024-08-17 00:53:38 -07:00 |
Leni Aniva
|
e1b7eaab12
|
fix: Let tactic not bringing binder into scope
|
2024-08-17 00:47:12 -07:00 |
Leni Aniva
|
e07f9d9b3f
|
Merge branch 'dev' into tactic/eval
|
2024-08-15 22:45:43 -07:00 |
Leni Aniva
|
e943a4b065
|
refactor: Assign into its own tactic
|
2024-08-15 22:39:40 -07:00 |
Leni Aniva
|
3ca52517ab
|
feat: Refactor out projToApp
|
2024-07-30 13:30:41 -07:00 |
Leni Aniva
|
2682ce5b7b
|
refactor: Move condensed functions to condensed
|
2024-07-23 11:57:12 -07:00 |
Leni Aniva
|
c0124b347f
|
Merge branch 'serial/expr' into tactic/eval
|
2024-06-25 16:05:20 -04:00 |
Leni Aniva
|
ffbea41f62
|
feat: Condensed interface
|
2024-06-25 15:13:58 -04:00 |
Leni Aniva
|
e282d9f781
|
test: Evaluation tactic
|
2024-06-25 11:03:08 -04:00 |
Leni Aniva
|
f80d90ce87
|
fix: Goal diag missing newline character
|
2024-06-14 11:59:02 -07:00 |
Leni Aniva
|
c0e6e3ec39
|
Merge branch 'parse/level' into goal/mapply
|
2024-06-11 15:21:35 -07:00 |
Leni Aniva
|
773a0afbd8
|
feat: Handling of universe level names in elab
|
2024-06-11 12:44:42 -07:00 |
Leni Aniva
|
3a53493089
|
feat: Show delayed assignment in goal diag
|
2024-06-05 16:14:52 -07:00 |
Leni Aniva
|
6dcff8b151
|
fix: Print diag in mvar context
|
2024-06-05 15:56:20 -07:00 |
Leni Aniva
|
3c90c94645
|
fix: Execute instantiateAll in goal state diag
|
2024-06-05 13:45:13 -07:00 |
Leni Aniva
|
2f951c8fef
|
fix: Decoupling of mvars during instantiation
|
2024-05-19 15:43:10 -07:00 |
Leni Aniva
|
6ad24b72d4
|
fix: Nested delayed assignment instantiation
|
2024-05-16 10:31:38 -07:00 |
Leni Aniva
|
5c7bb288b2
|
feat: Display full free variable list in subst
|
2024-05-14 19:09:04 -07:00 |
Leni Aniva
|
bc09f4a29d
|
refactor: Expr related functions to Expr.lean
|
2024-05-13 13:58:50 -07:00 |
Leni Aniva
|
f813d4a8dd
|
refactor: Delayed mvar instantiation function
|
2024-05-13 13:49:05 -07:00 |
Leni Aniva
|
c04b363de7
|
feat: Handle delay assigned mvars
|
2024-05-12 22:33:38 -07:00 |
Leni Aniva
|
03ecb6cf19
|
feat: Partial instantiate metavariables
|
2024-05-11 20:01:34 -07:00 |
Leni Aniva
|
66a5dfcf3c
|
feat: Diagnostics command for FFI users
|
2024-05-08 12:41:21 -07:00 |
Leni Aniva
|
69ec70ffbe
|
feat: Do not explicitly show delay assigned mvar
|
2024-05-06 22:39:17 -07:00 |
Leni Aniva
|
e5d55e31ff
|
feat: Print expression dependent mvars
|
2024-04-12 20:51:54 -07:00 |
Leni Aniva
|
8e377c2092
|
refactor: CamelCase rename
|
2024-04-12 16:34:21 -07:00 |
Leni Aniva
|
991ee5ad94
|
refactor: Rename functions to camel case
|
2024-04-12 12:37:37 -07:00 |
Leni Aniva
|
a41b95e540
|
Merge branch 'dev' into goal/have-conv-calc
|
2024-04-11 15:35:30 -07:00 |
Leni Aniva
|
535770bbd7
|
feat: Calc tactic
|
2024-04-11 14:59:55 -07:00 |
Leni Aniva
|
823c9635c7
|
fix: Leading element in .proj sexp
|
2024-04-09 10:06:26 -07:00 |
Leni Aniva
|
55b44c3fa1
|
fix: Serialization of .proj
|
2024-04-09 10:03:36 -07:00 |
Leni Aniva
|
7af24a4f0a
|
Merge branch 'dev' into goal/have-conv-calc
|
2024-04-08 10:38:18 -07:00 |
Leni Aniva
|
09189ce600
|
perf: Lazy run print monads
|
2024-04-08 10:32:13 -07:00 |
Leni Aniva
|
1b7b6a644b
|
feat: `GoalState.tryHave` tactic (tests failing)
|
2024-04-06 16:33:20 -07:00 |
Leni Aniva
|
744c9ee286
|
Merge pull request 'feat: Specify type in echo' (#55) from expr/echo into dev
Reviewed-on: #55
|
2024-03-31 16:45:43 -07:00 |
Leni Aniva
|
2802cc204f
|
feat: Specify type in echo
|
2024-03-31 15:55:08 -07:00 |
Leni Aniva
|
e9c9548f17
|
fix: unfoldAuxLemma should be coreM
|
2024-03-31 15:40:14 -07:00 |
Leni Aniva
|
2b71203c1e
|
fix: Instantiation causes infinite loop
|
2024-03-30 00:17:16 -07:00 |
Leni Aniva
|
252f85e66c
|
feat: Instantiation tests
Note that delay assigned metavariables are not instantiated.
|
2024-03-29 23:46:08 -07:00 |
Leni Aniva
|
8fa1a7d383
|
feat: Stop cataloging internal/detail dependencies
|
2024-03-28 19:49:44 -07:00 |
Leni Aniva
|
4eec930dd4
|
fix: Pass options by reference
|
2024-03-11 21:31:59 -07:00 |
Leni Aniva
|
f18a9dd1d5
|
refactor: Move some functions to `Library.lean`
|
2024-03-09 20:37:48 -08:00 |
Leni Aniva
|
6a81d83c1f
|
test: Option controlled mvar instantiation
|
2024-01-16 16:44:54 -08:00 |
Leni Aniva
|
ac9f6f810c
|
doc: TermElabM metavariable generation
|
2023-12-08 17:32:30 -08:00 |
Leni Aniva
|
bd0c66facc
|
fix: Consolidate TermElabM blocks
|
2023-12-08 17:31:25 -08:00 |