TheHoTTGame/1FundamentalGroup/Quest1.agda
2021-10-02 15:14:02 +01:00

36 lines
576 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.

-- ignore
module 1FundamentalGroup.Quest1 where
open import 1FundamentalGroup.Preambles.P1
loopSpace : (A : Type) (a : A) Type
loopSpace A a = a a
loop_times : loopSpace base
loop n times = {!!}
{-
The definition of suc goes here.
-}
{-
The definition of pred goes here.
-}
{-
The definition of sucIso goes here.
-}
{-
The definition of sucPath goes here.
-}
helix : Type
helix = {!!}
windingNumberBase : base base
windingNumberBase = {!!}
windingNumber : (x : ) base x helix x
windingNumber = {!!}