TheHoTTGame/1FundamentalGroup/Quest0.agda

31 lines
694 B
Agda
Raw 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.

module 1FundamentalGroup.Quest0 where
open import Cubical.Data.Empty
open import Cubical.Data.Unit renaming ( Unit to )
open import Cubical.Data.Bool
open import Cubical.Foundations.Prelude renaming ( subst to endPt )
open import Cubical.Foundations.Isomorphism renaming ( Iso to _≅_ )
open import Cubical.Foundations.Path
open import Cubical.HITs.S1
Refl : base base
Refl = {!!}
Flip : Bool Bool
Flip x = {!!}
flipIso : Bool Bool
flipIso = {!!}
flipPath : Bool Bool
flipPath = {!!}
doubleCover : Type
doubleCover x = {!!}
endPtOfTrue : (p : base base) doubleCover base
endPtOfTrue p = {!!}
Refl≢loop : Refl loop
Refl≢loop p = {!!}