Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redprl/kado
🧊 kado カド: Cofibrations in Cartesian Cubical Type Theory
https://github.com/redprl/kado
cubical-type-theory homotopy-type-theory ocaml ocaml-library proof-assistant type-theory
Last synced: 2 months ago
JSON representation
🧊 kado カド: Cofibrations in Cartesian Cubical Type Theory
- Host: GitHub
- URL: https://github.com/redprl/kado
- Owner: RedPRL
- License: apache-2.0
- Created: 2022-04-06T10:28:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T17:58:06.000Z (about 1 year ago)
- Last Synced: 2024-03-26T08:19:10.457Z (10 months ago)
- Topics: cubical-type-theory, homotopy-type-theory, ocaml, ocaml-library, proof-assistant, type-theory
- Language: OCaml
- Homepage:
- Size: 646 KB
- Stars: 18
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.markdown
- Contributing: CONTRIBUTING.markdown
- License: LICENSE
Awesome Lists containing this project
README
# 🧊 kado カド: Cofibrations in Cartesian Cubical Type Theory
This library implements cofibrations in Cartesian cubical type theory as described in the paper [Syntax and models of Cartesian cubical type theory,](https://doi.org/10.1017/S0960129521000347) with the following two extensions:
1. Cofibration variables.
2. Inequalities between dimension variables. The equation `a = b` is understood as `a <= b && b >= a`.## Stability
âš The API is experimental and unstable. We will break things!
## API documentation
[API documentation.](https://redprl.org/kado/kado/Kado)