Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module defines a simple way to serialize state as a nested file hierarchy saved in a Git repository.
Documentation
A fact path is something like "/0123...abc/storage/0x1". It has some number of directories and a file name.
A file is a serialized value with a path.
File | |
|
make :: (Monad m, MonadIO m) => FilePath -> m () Source #
Initialize an empty repository at the given path.