HsSVN-0.4.3.1: Partial Subversion (SVN) binding for HaskellContentsIndex
Subversion.Types
Description
Some type definitions for Subversion.
Synopsis
type RevNum = Int
data NodeKind
= NoNode
| FileNode
| DirNode
data Version = Version {
verMajor :: Int
verMinor :: Int
verPatch :: Int
verTag :: String
}
Documentation
type RevNum = Int
RevNum represents a revision number.
data NodeKind
NodeKind represents a type of node in Subversion filesystem.
Constructors
NoNodeThe node is absent.
FileNodeThe node is a file.
DirNodeThe node is a directory.
show/hide Instances
data Version
Version represents a version number.
Constructors
Version
verMajor :: IntMajor version number.
verMinor :: IntMinor version number.
verPatch :: IntPatch number.
verTag :: StringThe version tag.
show/hide Instances
Produced by Haddock version 2.6.0