-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
50f60fe
commit 8f9323e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule rewriter
updated
8 files
+19 −4 | .github/workflows/coq-docker.yml | |
+12 −31 | .github/workflows/coq.yml | |
+1 −1 | README.md | |
+57 −0 | etc/ci/describe-system-config.sh | |
+1 −1 | etc/coq-scripts | |
+1 −0 | src/Rewriter/Language/PreCommon.v | |
+19 −0 | src/Rewriter/Language/Reify.v | |
+19 −11 | src/Rewriter/Rewriter/Reify.v |