hsdev-0.2.1.0: Haskell development library

Safe HaskellNone
LanguageHaskell98

HsDev.Cache.Structured

Synopsis

Documentation

dump :: FilePath -> Structured -> IO () Source #

Write cache

load :: FilePath -> IO (Either String Structured) Source #

Load all cache

loadProject :: FilePath -> FilePath -> ExceptT String IO Structured Source #

Load project from cache

loadFiles :: (FilePath -> Bool) -> FilePath -> ExceptT String IO Structured Source #

Load standalone files