Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
The FileId for a file consists of the FilePath (creation name) and an index. The index denotes how many files with the same name have been added before (and subsequently deleted or moved)
FileId | |
|
showFileId :: FileId -> String Source #
Convert FileId to string
The PatchId identifies a patch and can be created from a PatchInfo with makePatchname
pid2string :: PatchId -> String Source #
makePatchID :: PatchInfo -> PatchId Source #