lol
This commit is contained in:
parent
e8f6d58c52
commit
8bc705c0ab
10 changed files with 13 additions and 10 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
```
|
||||
{-# OPTIONS --cubical #-}
|
||||
{-# OPTIONS --no-load-primitives --cubical #-}
|
||||
module CubicalHott.Chapter1 where
|
||||
|
||||
open import CubicalHott.Primitives public
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
```
|
||||
{-# OPTIONS --cubical #-}
|
||||
{-# OPTIONS --no-load-primitives --cubical #-}
|
||||
module CubicalHott.Chapter2 where
|
||||
|
||||
open import CubicalHott.Chapter1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
```
|
||||
{-# OPTIONS --cubical #-}
|
||||
{-# OPTIONS --no-load-primitives --cubical #-}
|
||||
module CubicalHott.Chapter2Lemma221 where
|
||||
|
||||
open import CubicalHott.Chapter1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
```
|
||||
{-# OPTIONS --cubical #-}
|
||||
{-# OPTIONS --no-load-primitives --cubical #-}
|
||||
module CubicalHott.Chapter3 where
|
||||
|
||||
open import CubicalHott.Chapter1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
```
|
||||
{-# OPTIONS --cubical #-}
|
||||
{-# OPTIONS --no-load-primitives --cubical #-}
|
||||
module CubicalHott.Chapter6 where
|
||||
|
||||
open import CubicalHott.Chapter1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{-# OPTIONS --cubical #-}
|
||||
{-# OPTIONS --no-load-primitives --cubical #-}
|
||||
module CubicalHott.Primitives where
|
||||
|
||||
open import CubicalHott.Primitives.Interval public
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
```
|
||||
{-# OPTIONS --cubical #-}
|
||||
{-# OPTIONS --no-load-primitives --cubical #-}
|
||||
module CubicalHott.Primitives.Interval where
|
||||
|
||||
open import CubicalHott.Primitives.Type
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
```
|
||||
{-# OPTIONS --cubical #-}
|
||||
{-# OPTIONS --no-load-primitives --cubical #-}
|
||||
module CubicalHott.Primitives.Kan where
|
||||
|
||||
open import CubicalHott.Primitives.Type
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
```
|
||||
{-# OPTIONS --cubical #-}
|
||||
{-# OPTIONS --no-load-primitives --cubical #-}
|
||||
module CubicalHott.Primitives.Type where
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue