Seems to work but takes a million years to type check

This commit is contained in:
Yiyun Liu 2025-02-27 21:33:25 -05:00
parent 6c11f5560d
commit 7503dea251
5 changed files with 580 additions and 572 deletions

View file

@ -16,7 +16,7 @@ uninstall: $(COQMAKEFILE)
$(MAKE) -f $(COQMAKEFILE) uninstall
theories/Autosubst2/syntax.v theories/Autosubst2/core.v theories/Autosubst2/fintype.v : syntax.sig
autosubst -f -v ge813 -s coq -o theories/Autosubst2/syntax.v syntax.sig
autosubst -f -v ge813 -s ucoq -o theories/Autosubst2/syntax.v syntax.sig
.PHONY: clean FORCE