TheHoTTGame/1FundamentalGroup/Preambles/P1.agda

10 lines
418 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.Preambles.P1 where
open import Cubical.HITs.S1 public
open import Cubical.Data.Nat using ( ; suc ; zero) public
open import Cubical.Data.Int using ( ; pos ; negsuc) public
open import Cubical.Data.Empty public
open import Cubical.Foundations.Prelude public
open import Cubical.Foundations.HLevels public
open import 1FundamentalGroup.Quest0Solutions using ( Refl ; Refl≢loop ) public