HsSVN-0.4.3.1: Partial Subversion (SVN) binding for HaskellContentsIndex
Subversion.FileSystem.DirEntry
Description
This module only defines the DirEntry type.
Synopsis
data DirEntry = DirEntry {
entName :: String
entKind :: NodeKind
}
Documentation
data DirEntry

The type of a Subversion directory entry.

Note that svn_fs_dirent_t.id is currently unavailable in this binding. Add one if you really need it.

Constructors
DirEntry
entName :: StringThe name of this directory entry.
entKind :: NodeKindThe node kind.
show/hide Instances
Produced by Haddock version 2.6.0