@hackage colonnade1.2.0.2
Generic types and functions for columnar encoding and decoding
Installation
Dependencies (7)
- base >=4.8 && <5
- bytestring >=0.10 && <0.13
- contravariant >=1.2 && <1.6
- profunctors >=5.0 && <5.7
- semigroups >=0.18.2 && <0.21
- text >=1.0 && <2.2 Show all…
Dependents (8)
@hackage/yesod-colonnade, @hackage/web-view-colonnade, @hackage/reflex-dom-colonnade, @hackage/lucid-colonnade, @hackage/siphon, @hackage/geolite-csv, Show all…
The colonnade package provides a way to talk about
columnar encodings and decodings of data. This package provides
very general types and does not provide a way for the end-user
to actually apply the columnar encodings they build to data.
Most users will also want to one a companion packages
that provides (1) a content type and (2) functions for feeding
data into a columnar encoding:
lucid-colonnade for
lucidhtml tablesblaze-colonnade for
blazehtml tablesreflex-dom-colonnade for reactive `reflex-dom` tables
yesod-colonnade for
yesodwidgetssiphon for encoding and decoding CSVs