Skip to content

Commit

Permalink
no automatic Experiments/Everything.agda
Browse files Browse the repository at this point in the history
  • Loading branch information
felixwellen committed Jan 25, 2024
1 parent 0d253bd commit c1f8592
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 28 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ Cubical/*/Everything.agda
!Cubical/Core/Everything.agda
!Cubical/Foundations/Everything.agda
!Cubical/Codata/Everything.agda
!Cubical/Experiments/Everything.agda
25 changes: 0 additions & 25 deletions Cubical/Experiments/Everything.agda

This file was deleted.

1 change: 1 addition & 0 deletions Cubical/Experiments/HInt.agda
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{-# OPTIONS --safe #-}
{-
Definition of the integers as a HIT inspired by slide 10 of (original
Expand Down
4 changes: 2 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ check-everythings:

.PHONY : gen-everythings
gen-everythings:
$(EVERYTHINGS) gen-except Core Foundations Codata Experiments
$(EVERYTHINGS) gen-except Core Foundations Codata

.PHONY : gen-and-check-everythings
gen-and-check-everythings:
$(EVERYTHINGS) gen-except Core Foundations Codata Experiments
$(EVERYTHINGS) gen-except Core Foundations Codata
$(EVERYTHINGS) check Core Foundations Codata

.PHONY : check-README
Expand Down

0 comments on commit c1f8592

Please sign in to comment.