Skip to content

Commit c1f8592

Browse files
committed
no automatic Experiments/Everything.agda
1 parent 0d253bd commit c1f8592

File tree

4 files changed

+3
-28
lines changed

4 files changed

+3
-28
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ Cubical/*/Everything.agda
66
!Cubical/Core/Everything.agda
77
!Cubical/Foundations/Everything.agda
88
!Cubical/Codata/Everything.agda
9-
!Cubical/Experiments/Everything.agda

Cubical/Experiments/Everything.agda

-25
This file was deleted.

Cubical/Experiments/HInt.agda

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{-# OPTIONS --safe #-}
12
{-
23
34
Definition of the integers as a HIT inspired by slide 10 of (original

GNUmakefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ check-everythings:
3535

3636
.PHONY : gen-everythings
3737
gen-everythings:
38-
$(EVERYTHINGS) gen-except Core Foundations Codata Experiments
38+
$(EVERYTHINGS) gen-except Core Foundations Codata
3939

4040
.PHONY : gen-and-check-everythings
4141
gen-and-check-everythings:
42-
$(EVERYTHINGS) gen-except Core Foundations Codata Experiments
42+
$(EVERYTHINGS) gen-except Core Foundations Codata
4343
$(EVERYTHINGS) check Core Foundations Codata
4444

4545
.PHONY : check-README

0 commit comments

Comments
 (0)