Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data CoRec :: (* -> *) -> [*] -> *
- type Columns = ColumnUniverse CommonColumns
- type ColumnUniverse = CoRec ColInfo
- type CommonColumns = '[Bool, Int, Double, Text]
- parsedTypeRep :: ColInfo a -> Parsed TypeRep
Documentation
type Columns = ColumnUniverse CommonColumns Source #
A universe of common column variants. These are the default
column types that Frames
can infer. See the
Tutorial for an example of
extending the default types with your own.
type ColumnUniverse = CoRec ColInfo Source #
Define a set of variants that captures all possible column types.
parsedTypeRep :: ColInfo a -> Parsed TypeRep Source #