indexation-0.2.0.2: Tools for entity indexation

Safe HaskellNone
LanguageHaskell2010

Indexation.IO

Documentation

indexProduceToFiles Source #

Arguments

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

Entity table

-> FilePath

Index stream

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