siphon-0.2: Generic types and functions for columnar encoding and decoding

Safe HaskellNone
LanguageHaskell2010

Siphon.Types

Documentation

newtype Escaped c Source

Constructors

Escaped 

Fields

getEscaped :: c
 

data Siphon c Source

Constructors

Siphon 

Fields

siphonEscape :: !(c -> Escaped c)
 
siphonIntercalate :: !(Vector (Escaped c) -> c)
 
siphonParseRow :: c -> IResult c (Vector c)
 
siphonNull :: c -> Bool