add rewriting

This commit is contained in:
Michael Zhang 2024-07-17 12:52:29 -05:00
parent 343851128a
commit 4e2c2962e6
20 changed files with 39 additions and 1 deletions

View file

@ -3,7 +3,7 @@
"gitdoc.enabled": false, "gitdoc.enabled": false,
"gitdoc.autoCommitDelay": 300000, "gitdoc.autoCommitDelay": 300000,
"gitdoc.commitMessageFormat": "'auto gitdoc commit'", "gitdoc.commitMessageFormat": "'auto gitdoc commit'",
"agdaMode.connection.commandLineOptions": "--rewriting --without-K", "agdaMode.connection.commandLineOptions": "--without-K",
"search.exclude": { "search.exclude": {
"src/CubicalHott/**": true "src/CubicalHott/**": true
}, },

View file

@ -2,6 +2,8 @@
<summary>Imports</summary> <summary>Imports</summary>
``` ```
{-# OPTIONS --rewriting #-}
module HottBook.Chapter1 where module HottBook.Chapter1 where
open import Agda.Primitive public open import Agda.Primitive public

View file

@ -1,4 +1,6 @@
``` ```
{-# OPTIONS --rewriting #-}
module HottBook.Chapter1Exercises where module HottBook.Chapter1Exercises where
open import HottBook.Chapter1 open import HottBook.Chapter1

View file

@ -1,3 +1,5 @@
{-# OPTIONS --rewriting #-}
module HottBook.Chapter1Util where module HottBook.Chapter1Util where
open import Agda.Primitive open import Agda.Primitive

View file

@ -2,6 +2,8 @@
<summary>Imports</summary> <summary>Imports</summary>
``` ```
{-# OPTIONS --rewriting #-}
module HottBook.Chapter2 where module HottBook.Chapter2 where
open import Agda.Primitive.Cubical hiding (i1) open import Agda.Primitive.Cubical hiding (i1)

View file

@ -1,4 +1,6 @@
``` ```
{-# OPTIONS --rewriting #-}
module HottBook.Chapter2Exercises where module HottBook.Chapter2Exercises where
open import Agda.Primitive open import Agda.Primitive

View file

@ -1,4 +1,6 @@
``` ```
{-# OPTIONS --rewriting #-}
module HottBook.Chapter2Lemma221 where module HottBook.Chapter2Lemma221 where
open import Agda.Primitive open import Agda.Primitive

View file

@ -1,4 +1,6 @@
``` ```
{-# OPTIONS --rewriting #-}
module HottBook.Chapter2Lemma231 where module HottBook.Chapter2Lemma231 where
open import Agda.Primitive open import Agda.Primitive

View file

@ -1,3 +1,5 @@
{-# OPTIONS --rewriting #-}
module HottBook.Chapter2Util where module HottBook.Chapter2Util where
open import HottBook.Chapter1 open import HottBook.Chapter1

View file

@ -2,6 +2,8 @@
<summary>Imports</summary> <summary>Imports</summary>
``` ```
{-# OPTIONS --rewriting #-}
module HottBook.Chapter3 where module HottBook.Chapter3 where
open import Agda.Primitive open import Agda.Primitive

View file

@ -1,4 +1,6 @@
``` ```
{-# OPTIONS --rewriting #-}
module HottBook.Chapter3Definition331 where module HottBook.Chapter3Definition331 where
open import Agda.Primitive open import Agda.Primitive

View file

@ -1,4 +1,6 @@
``` ```
{-# OPTIONS --rewriting #-}
module HottBook.Chapter3Exercises where module HottBook.Chapter3Exercises where
open import HottBook.Chapter1 open import HottBook.Chapter1

View file

@ -1,4 +1,6 @@
``` ```
{-# OPTIONS --rewriting #-}
module HottBook.Chapter3Lemma333 where module HottBook.Chapter3Lemma333 where
open import Agda.Primitive open import Agda.Primitive

View file

@ -2,6 +2,8 @@
<summary>Imports</summary> <summary>Imports</summary>
``` ```
{-# OPTIONS --rewriting #-}
module HottBook.Chapter4 where module HottBook.Chapter4 where
open import HottBook.Chapter1 open import HottBook.Chapter1

View file

@ -1,4 +1,6 @@
``` ```
{-# OPTIONS --rewriting #-}
module HottBook.Chapter5 where module HottBook.Chapter5 where
open import Agda.Primitive open import Agda.Primitive

View file

@ -2,6 +2,8 @@
<summary>Imports</summary> <summary>Imports</summary>
``` ```
{-# OPTIONS --rewriting #-}
module HottBook.Chapter6 where module HottBook.Chapter6 where
open import HottBook.Chapter1 open import HottBook.Chapter1

View file

@ -1,3 +1,5 @@
``` ```
{-# OPTIONS --rewriting #-}
module HottBook.Chapter6Exercises where module HottBook.Chapter6Exercises where
``` ```

View file

@ -2,6 +2,8 @@
<summary>Imports</summary> <summary>Imports</summary>
``` ```
{-# OPTIONS --rewriting #-}
module HottBook.Chapter8 where module HottBook.Chapter8 where
open import HottBook.Chapter1 open import HottBook.Chapter1

View file

@ -1,3 +1,5 @@
{-# OPTIONS --rewriting #-}
module HottBook.CoreUtil where module HottBook.CoreUtil where
open import Agda.Primitive open import Agda.Primitive

View file

@ -1,3 +1,5 @@
{-# OPTIONS --rewriting #-}
module HottBook.Util where module HottBook.Util where
open import Agda.Primitive open import Agda.Primitive