Skip to content

Commit

Permalink
Export all integer modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcapriotti committed May 18, 2014
1 parent c311976 commit 107b45e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions sets.agda
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import sets.bool
import sets.empty
import sets.fin
import sets.nat
import sets.int
import sets.unit
import sets.vec
import sets.list
Expand Down
3 changes: 3 additions & 0 deletions sets/int.agda
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@

module sets.int where

open import sets.int.definition public
open import sets.int.utils public
open import sets.int.core public
open import sets.int.properties public

0 comments on commit 107b45e

Please sign in to comment.