[Haskell-cafe] How to create a list of each constructor value

Dan Dart haskellcafe at dandart.co.uk
Wed Nov 30 15:28:17 UTC 2022


Also, `enumerate` is a common function for `[minBound .. maxBound]`,
found in many libraries, e.g. `extra`:
https://hackage.haskell.org/package/extra-1.7.12/docs/Data-List-Extra.html#v:enumerate


More information about the Haskell-Cafe mailing list