\tableofcontents
{-# OPTIONS --with-K --exact-split #-}
module content where
| module _ where | |
| open import Relation.Binary.PropositionalEquality | |
| using (_≡_; refl) | |
| open import Data.Nat | |
| using (ℕ; zero; suc) | |
| open import Data.Empty | |
| using (⊥; ⊥-elim) |
| { | |
| "set type": { | |
| "prefix": "se", | |
| "body": "Set ${1|ℓ,ℓ₁,ℓ₂,ℓᵢ,ℓⱼ,lsuc ?,lzero|}", | |
| "description": "Set type" | |
| }, | |
| "Type type": { | |
| "prefix": "ty", | |
| "body": "Type ${1|ℓ,ℓ₁,ℓ₂,ℓᵢ,ℓⱼ,lsuc ?,lzero|}", | |
| "description": "Type type" |
| module Non-dependent-funext-implies-general-funext where | |
| open import BasicFunctions | |
| open import TransportLemmas | |
| open import EquivalenceType | |
| open import QuasiinverseType | |
| open import QuasiinverseLemmas | |
| open import HLevelTypes | |
| open import HLevelLemmas | |
| open import UnivalenceAxiom | |
| open import CoproductIdentities |
| import re | |
| from pathlib import Path | |
| import os | |
| import sys | |
| tex = [i for i in list(Path("latex/").glob('*.tex'))] | |
| latexTags = [] |
| standard-library==v1.2 |
I hereby claim:
To claim this, I am signing this object:
| import sys | |
| import turtle | |
| # -- Settings | |
| sys.setrecursionlimit(100000) | |
| wn = turtle.Screen() | |
| wn.bgcolor('black') |