- Stanford University Centaur Lab
- https://leni.sh
-
Director of NorCal Hakkero Factory No. 1
- Joined on
2023-08-21
75df7268c5
test: Simplify testing structure for tactics
92acf7782c
test: CongruenceArg tactic
cf1c884c8c
Merge branch 'dev' into goal/mapply
0aec757601
Merge pull request 'doc: README.md fix' (#73) from doc/readme into dev
e05c01109c
Merge branch 'dev' into doc/readme
e165e41efa
chore: Version bump to v4.8.0-rc1
7531ad628c
doc: Documentation about conditional arguments
0aec757601
Merge pull request 'doc: README.md fix' (#73) from doc/readme into dev
e05c01109c
Merge branch 'dev' into doc/readme
7531ad628c
doc: Documentation about conditional arguments
52e5b5df50
doc: README.md fix
e05c01109c
Merge branch 'dev' into doc/readme
e165e41efa
chore: Version bump to v4.8.0-rc1
adbb07af2d
fix: Option setting in REPL
chore: Version bump to v4.8.0-rc1
chore: Version bump to v4.8.0-rc1
6ad24b72d4
fix: Nested delayed assignment instantiation
cf17428001
fix: Panic in partial instantiation
feat: Elementarized tactics with motives, congruence, and absurdity
I've decided to go with method (3). This requires a new abstraction in the sexp layer. Maybe the sexp should just be removed.
c04b363de7
feat: Handle delay assigned mvars
03ecb6cf19
feat: Partial instantiate metavariables
feat: Elementarized tactics with motives, congruence, and absurdity
There are currently 3 solutions to this issue:
- Add value dependency to the current handling of traces
- Use a partial delaboration function like above
- When producing sexp, use a similar…