Description
Flexible records with named fields.
Description
Flexible records with named fields.
v0.1Initial (not published on cabal).
v0.2recordallows for default values now.v0.2.1Requires
names-0.2.1now.v0.2.2TH
recorddefinitions allow for more types to be used in the definition.v0.2.3Cabal package tidied up and basic documentation added (also fixed a bug regarding definition of default values).
v0.3Records can now extend other records.
v0.3.1Added sample files to cabal package, requirements bumped for names-v0.3
v0.3.2Added
new.v0.3.3Pushed requirements for
names-0.3.1. Updated documentation and samples.v0.4Records can now be serialized by means of the
binarypackage. Addedupdfunction.v0.5Added
record'.