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

Add special cases for functionOf #2

Closed byorgey closed 4 years ago

byorgey commented 4 years ago

This doesn't quite get rid of the need for some special case checking in disco, because of the issue discussed at #1. I don't think it makes sense to try to fix that here.