Skip to content

Commit

Permalink
Merge pull request #2 from jdegoes/ready/exports
Browse files Browse the repository at this point in the history
export all type class functions
  • Loading branch information
garyb committed Oct 14, 2014
2 parents 958f7fb + 0deef7e commit da48810
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Data/Enum.purs
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
module Data.Enum
( Enum
, Cardinality(..)
, cardinality
, firstEnum
, fromEnum
, lastEnum
, pred
, runCardinality
, succ
, toEnum
) where

Expand Down

0 comments on commit da48810

Please sign in to comment.