HsSVN-0.1: (Part of) Subversion 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
Eq DirEntry
HashValue DirEntry
Show DirEntry
Produced by Haddock version 0.8