This commit is contained in:
parent
a284102b02
commit
b9f165045a
2 changed files with 4 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -15,10 +15,13 @@ install: $(COQMAKEFILE)
|
|||
uninstall: $(COQMAKEFILE)
|
||||
$(MAKE) -f $(COQMAKEFILE) uninstall
|
||||
|
||||
export:
|
||||
git archive --output supplementary.tar master --prefix supplementary/source/
|
||||
|
||||
theories/Autosubst2/syntax.v theories/Autosubst2/core.v theories/Autosubst2/fintype.v : syntax.sig
|
||||
autosubst -f -v ge813 -s ucoq -o theories/Autosubst2/syntax.v syntax.sig
|
||||
|
||||
.PHONY: clean FORCE
|
||||
.PHONY: clean FORCE export
|
||||
|
||||
clean:
|
||||
test ! -f $(COQMAKEFILE) || ( $(MAKE) -f $(COQMAKEFILE) clean && rm $(COQMAKEFILE) )
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
* Mechanization of decidable type conversion with surjective pairing
|
||||
[[https://woodpecker.electriclam.com/api/badges/3/status.svg]]
|
||||
|
||||
This repository contains a mechanized proof of decidable type
|
||||
conversion for a dependent type theory with a cumulative universe
|
||||
hierarchy, subtyping (contravariant on functions), natural numbers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue