cassava-records-0.1.0.4: Auto-generation of records data type.
cassava-records library helps in auto-creating record data types using Template Haskell by inferring types from the columns of a csv or compatible input file. The record and type classes instances generated can be seamlessly used with cassava(the haskell csv reader library) to load the data into these record types without dealing with any other level of abstraction. Please see README on Github at https://github.com/gdevanla/cassava-records#readme
Signatures
Modules
- Data
- Cassava
- Internal
- Data.Cassava.Internal.RecordBuilder Using Template Haskell this module auto create Record types by inferring types from the provided csv or tab separated file.
- Data.Cassava.Records Using Template Haskell this module auto create Record types by inferring types from the provided csv or tab separated file.
- Internal
- Cassava