Skip to content

Commit

Permalink
Adapted to standard-library 1.5 (closes #7)
Browse files Browse the repository at this point in the history
  • Loading branch information
iblech committed Jan 27, 2021
1 parent 3d20000 commit 380554b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generic.agda-lib
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: generic-0.1
name: generic-0.1.0.2
depend: standard-library
include: src
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

It's a library for doing generic programming in Agda.

The library is tested with Agda-2.6.1 and likely does not work with other versions of Agda.
The library is tested with Agda-2.6.1 and Agda-2.6.1.2 and likely does not work with other versions of Agda.

# A quick taste

Expand Down
2 changes: 1 addition & 1 deletion src/Generic/Lib/Data/Sum.agda
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Generic.Lib.Data.Sum where

open import Data.Sum hiding (swap) renaming (map to smap) hiding (map₁; map₂; assocʳ; assocˡ) public
open import Data.Sum hiding (swap) renaming (map to smap) hiding (map₁; map₂; assocʳ; assocˡ; reduce) public

0 comments on commit 380554b

Please sign in to comment.