indexation-0.2.1: Tools for entity indexation

Safe HaskellNone
LanguageHaskell2010

Indexation.IO

Documentation

createIndexer :: IO (Indexer entity) Source #

serializeIndexerToFile :: Serialize entity => FilePath -> Indexer entity -> IO (Either IOException ()) Source #

indexProduceToFiles Source #

Arguments

:: (Eq entity, Hashable entity, Serialize entity) 
=> FilePath

Entity table

-> FilePath

Index stream

-> Produce entity 
-> IO (Either IOException ())