Skip to content

Commit

Permalink
Updated Everything.agda and Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
flupe committed Mar 2, 2022
1 parent 6207db2 commit de72c83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 1 addition & 7 deletions Everything.agda
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import Generics.Mu
import Generics.Mu.All
import Generics.Mu.Elim
import Generics.Mu.Fold
import Generics.Mu.Conversion

import Generics.Constructions.Case
import Generics.Constructions.Cong
Expand All @@ -23,12 +22,7 @@ import Generics.Constructions.Elim
import Generics.Constructions.Fold
import Generics.Constructions.Mu
import Generics.Constructions.Recursion
import Generics.Constructions.NoConfusion
import Generics.Constructions.Show

import Generics

-- Work In Progress
---------------------------------

-- import Generics.Mu.NoConfusion
-- import Generics.Constructions.Injective
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
AGDA ?= agda
.PHONY: listings clean

default: listings
default: everything

everything:
$(AGDA) -i. -isrc Everything.agda

listings:
$(AGDA) -i. -isrc --html README.agda -v0
Expand Down

0 comments on commit de72c83

Please sign in to comment.