TheHoTTGame/1FundamentalGroup/Quest2.agda
2021-10-12 20:00:31 +01:00

28 lines
576 B
Agda
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- ignore
module 1FundamentalGroup.Quest2 where
open import 1FundamentalGroup.Preambles.P2
isSet→LoopSpace≡ : {A : Type} (x : A) isSet A (x x)
isSet→LoopSpace≡ = {!!}
data _⊔_ (A B : Type) : Type where
inl : A A B
inr : B A B
{-
Your definition of ℤ≡ℕ⊔ℕ goes here.
Your definition of ⊔NoConfusion goes here.
Your definition of Path≡⊔NoConfusion goes here.
Your definition of isSet⊔NoConfusion goes here.
Your definition of isSet⊔ goes here.
Your definition of isSet goes here.
-}