paul-rouse / mysql-simple

A mid-level client library for the MySQL database, intended to be fast and easy to use.
Other
91 stars 35 forks source link

mysql bit(1) to Haskell Bool conversion #22

Open jacobwest opened 8 years ago

jacobwest commented 8 years ago

Is it possible to include Bit along with Tiny in list of types compatible with Bool? Is this undesirable or foolhardy for some reason?