Skip to content

Commit

Permalink
Merge branch 'main' into functoriality-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Riehl authored Oct 26, 2023
2 parents 6da8710 + fc05e8c commit e907586
Show file tree
Hide file tree
Showing 14 changed files with 755 additions and 214 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"tasks": [
{
"label": "typecheck",
"type": "shell",
"type": "process",
"command": "rzk",
"args": ["typecheck", "src/hott/*", "src/simplicial-hott/*"],
"args": ["typecheck"],
"problemMatcher": [],
"group": {
"kind": "build",
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,21 @@ variant of type theory with shapes. See the list of contributors at
The formalizations can be viewed as markdown files rendered at
[rzk-lang.github.io/sHoTT/](https://rzk-lang.github.io/sHoTT/) using syntax
highlighting supplied by
[MkDocs plugin for rzk](https://github.com/rzk-lang/mkdocs-plugin-rzk).
[MkDocs plugin for Rzk](https://github.com/rzk-lang/mkdocs-plugin-rzk).

## Checking the Formalisations Locally
## Checking the formalisations locally

Install the
[`rzk`](https://rzk-lang.github.io/rzk/latest/getting-started/install/) proof
assistant. Then run the following command from the root of this repository:

```sh
rzk typecheck src/hott/* src/simplicial-hott/*
rzk typecheck
```

Please also have a look at our [style guide](src/STYLEGUIDE.md) before
submitting your pull request.

# References

1. Emily Riehl & Michael Shulman. A type theory for synthetic ∞-categories.
Expand Down
Loading

0 comments on commit e907586

Please sign in to comment.