Skip to content

Commit 6798d62

Browse files
committed
Export the larger/smaller predicates.
1 parent cc480af commit 6798d62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Data/IntervalSet.hs

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ module Data.IntervalSet
55
, bounds
66
, null
77
, insert
8+
, larger
9+
, smaller
810
-- * Re-exports
911
, Interval(..)
1012
) where

0 commit comments

Comments
 (0)