byorgey / enumeration

Simple Haskell package for efficiently indexable finite and infinite enumerations.
BSD 3-Clause "New" or "Revised" License
11 stars 2 forks source link

Enumeration.listOf empty should return singleton [] #5

Closed viercc closed 4 years ago

viercc commented 4 years ago

Enumeration.Invertible module has the correct version

byorgey commented 4 years ago

Good catch, thanks!