Commit c1f8592 1 parent 0d253bd commit c1f8592 Copy full SHA for c1f8592
File tree 4 files changed +3
-28
lines changed
4 files changed +3
-28
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,3 @@ Cubical/*/Everything.agda
6
6
! Cubical /Core /Everything.agda
7
7
! Cubical /Foundations /Everything.agda
8
8
! Cubical /Codata /Everything.agda
9
- ! Cubical /Experiments /Everything.agda
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ {-# OPTIONS --safe #-}
1
2
{-
2
3
3
4
Definition of the integers as a HIT inspired by slide 10 of (original
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ check-everythings:
35
35
36
36
.PHONY : gen-everythings
37
37
gen-everythings :
38
- $(EVERYTHINGS ) gen-except Core Foundations Codata Experiments
38
+ $(EVERYTHINGS ) gen-except Core Foundations Codata
39
39
40
40
.PHONY : gen-and-check-everythings
41
41
gen-and-check-everythings :
42
- $(EVERYTHINGS ) gen-except Core Foundations Codata Experiments
42
+ $(EVERYTHINGS ) gen-except Core Foundations Codata
43
43
$(EVERYTHINGS ) check Core Foundations Codata
44
44
45
45
.PHONY : check-README
You can’t perform that action at this time.
0 commit comments