msakai / data-interval

Interval datatype, interval arithmetic, and interval-based containers for Haskell
Other
21 stars 9 forks source link

isSingleton should be exported #5

Closed pcarbonn closed 5 years ago

pcarbonn commented 5 years ago

isSingleton exists in the code for Data.Interval, but is not exported.

msakai commented 5 years ago

Good catch! Thanks!

msakai commented 5 years ago

Sorry for the late response.

13 fixed the issue, so that next release will export isSingleton function.