Frames-0.1.1.0: Data frames For working with tabular data files

Safe HaskellNone
LanguageHaskell2010

Frames.ColumnUniverse

Synopsis

Documentation

data CoRec :: (* -> *) -> [*] -> * Source

Generalize algebraic sum types.

Instances

type Columns = ColumnUniverse CommonColumns Source

A universe of common column variants.

type ColumnUniverse = CoRec ColInfo Source

Define a set of variants that captures all possible column types.

type CommonColumns = `[Bool, Int, Double, Text]` Source

Common column types