mongodb/Database/MongoDB
Scott R. Parish 949bece818 class for toBson/fromBson, instances for Maybe
For example, you can now use fromBson of Maybe BsonValue (eg the result of
a lookup) to convert to Maybe a.

You can also give a Maybe a to toBson and for Nothing it will produce
BsonNull and for Just a it will create the appropriate BsonValue for a.
2010-01-18 10:26:13 -06:00
..
BSON.hs class for toBson/fromBson, instances for Maybe 2010-01-18 10:26:13 -06:00
Util.hs compile with -Wall and -Werror, fix all ensuing breaks 2010-01-16 21:40:22 -06:00