Skip to content

Commit

Permalink
export isSingleton funciton as suggeted in #5
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed Oct 12, 2019
1 parent 16796ed commit 2d742c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Data/IntegerInterval.hs
Expand Up @@ -38,6 +38,7 @@ module Data.IntegerInterval

-- * Query
, null
, isSingleton
, member
, notMember
, isSubsetOf
Expand Down
1 change: 1 addition & 0 deletions src/Data/Interval.hs
Expand Up @@ -44,6 +44,7 @@ module Data.Interval

-- * Query
, null
, isSingleton
, member
, notMember
, isSubsetOf
Expand Down

0 comments on commit 2d742c6

Please sign in to comment.