TheHoTTGame/1FundamentalGroup/Quest1.agda
2021-09-28 14:40:40 +01:00

17 lines
300 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
Ω : (A : Type) (a : A) Type
Ω A a = a a
loop_times : Ω base
loop n times = {!!}
¬isSetS¹ : isSet
¬isSetS¹ = {!!}
¬isPropS¹ : isProp
¬isPropS¹ = {!!}