This commit is contained in:
Michael Zhang 2024-06-24 11:34:14 -05:00
parent e8f6d58c52
commit 8bc705c0ab
10 changed files with 13 additions and 10 deletions

View file

@ -3,5 +3,8 @@
"gitdoc.enabled": false,
"gitdoc.autoCommitDelay": 300000,
"gitdoc.commitMessageFormat": "'auto gitdoc commit'",
"agdaMode.connection.commandLineOptions": ""
"agdaMode.connection.commandLineOptions": "",
"search.exclude": {
"src/HottBook/**": true
}
}

View file

@ -1,5 +1,5 @@
```
{-# OPTIONS --cubical #-}
{-# OPTIONS --no-load-primitives --cubical #-}
module CubicalHott.Chapter1 where
open import CubicalHott.Primitives public

View file

@ -1,5 +1,5 @@
```
{-# OPTIONS --cubical #-}
{-# OPTIONS --no-load-primitives --cubical #-}
module CubicalHott.Chapter2 where
open import CubicalHott.Chapter1

View file

@ -1,5 +1,5 @@
```
{-# OPTIONS --cubical #-}
{-# OPTIONS --no-load-primitives --cubical #-}
module CubicalHott.Chapter2Lemma221 where
open import CubicalHott.Chapter1

View file

@ -1,5 +1,5 @@
```
{-# OPTIONS --cubical #-}
{-# OPTIONS --no-load-primitives --cubical #-}
module CubicalHott.Chapter3 where
open import CubicalHott.Chapter1

View file

@ -1,5 +1,5 @@
```
{-# OPTIONS --cubical #-}
{-# OPTIONS --no-load-primitives --cubical #-}
module CubicalHott.Chapter6 where
open import CubicalHott.Chapter1

View file

@ -1,4 +1,4 @@
{-# OPTIONS --cubical #-}
{-# OPTIONS --no-load-primitives --cubical #-}
module CubicalHott.Primitives where
open import CubicalHott.Primitives.Interval public

View file

@ -1,5 +1,5 @@
```
{-# OPTIONS --cubical #-}
{-# OPTIONS --no-load-primitives --cubical #-}
module CubicalHott.Primitives.Interval where
open import CubicalHott.Primitives.Type

View file

@ -1,5 +1,5 @@
```
{-# OPTIONS --cubical #-}
{-# OPTIONS --no-load-primitives --cubical #-}
module CubicalHott.Primitives.Kan where
open import CubicalHott.Primitives.Type

View file

@ -1,5 +1,5 @@
```
{-# OPTIONS --cubical #-}
{-# OPTIONS --no-load-primitives --cubical #-}
module CubicalHott.Primitives.Type where
```