maxsnew / cubical-categorical-logic

Extensions to the cubical stdlib category theory for categorical logic/type theory
MIT License
21 stars 5 forks source link

Update UMP.agda, NaturalModels/, Syntax/ to build again #91

Open hejohns opened 2 months ago

hejohns commented 2 months ago

In 325c84bd0d6d8aa73f529e6efb9753046f8da84c, files under NaturalModels, Syntax, and UMP.agda were removed because they didn't build anymore.

Fix-up UMP.agda and the other files.

https://github.com/maxsnew/cubical-categorical-logic/pull/90#issuecomment-2119326787

hejohns commented 2 months ago

For convenience, I've attached the git revert patch to 325c84bd0d6d8aa73f529e6efb9753046f8da84c. Although, owing to

Note: If you use Linux and try to upload a .patch file, you will receive an error message. This is a known issue.

https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/attaching-files

I've attached it as a .md. It's really a git format-patch -n HEAD^1. 0001-Revert-remove-everything-that-doesn-t-build-and-make.md