ignore headers added

This commit is contained in:
Jlh18 2021-09-27 16:01:48 +01:00
parent 72be8e3e42
commit b32ce74c65
6 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
-- ignore this -- ignore
module 1FundamentalGroup.Quest0 where module 1FundamentalGroup.Quest0 where
-- ignore this
open import 1FundamentalGroup.Preambles.P0 open import 1FundamentalGroup.Preambles.P0
Refl : base base Refl : base base
Refl = {!!} Refl = {!!}

View File

@ -1,8 +1,8 @@
-- ignore -- ignore
module 1FundamentalGroup.Quest1 where module 1FundamentalGroup.Quest1 where
-- ignore
open import 1FundamentalGroup.Preambles.P1 open import 1FundamentalGroup.Preambles.P1
Ω : (A : Type) (a : A) Type Ω : (A : Type) (a : A) Type
Ω A a = a a Ω A a = a a

View File

@ -1,5 +1,5 @@
-- ignore
module 1FundamentalGroup.Quest2 where module 1FundamentalGroup.Quest2 where
open import 1FundamentalGroup.Preambles.P2 open import 1FundamentalGroup.Preambles.P2
suc : suc :