bolt-0.1.0.1: Bolt driver for Neo4j

Safe HaskellNone
LanguageHaskell2010

Data.PackStream

Contents

Documentation

data PackStream Source #

Instances

Eq PackStream Source # 
Show PackStream Source # 
Generic PackStream Source # 

Associated Types

type Rep PackStream :: * -> * #

Hashable PackStream Source # 
ToPackStream PackStream Source # 
FromPackStream PackStream Source # 
type Rep PackStream Source # 

parse :: (a -> Parser b) -> a -> Parser b Source #

parseEither :: (a -> Parser b) -> a -> Either String b Source #

parseMaybe :: (a -> Parser b) -> a -> Maybe b Source #

(.!=) :: Parser (Maybe a) -> a -> Parser a Source #

Orphan instances

Hashable a => Hashable (Vector a) Source # 

Methods

hashWithSalt :: Int -> Vector a -> Int #

hash :: Vector a -> Int #