| HsSVN-0.4.3.1: Partial Subversion (SVN) binding for Haskell | Contents | Index |
|
|
|
Description |
Some type definitions for Subversion.
|
|
Synopsis |
|
|
|
Documentation |
|
type RevNum = Int |
RevNum represents a revision number.
|
|
data NodeKind |
NodeKind represents a type of node in Subversion filesystem.
| Constructors | NoNode | The node is absent.
| FileNode | The node is a file.
| DirNode | The node is a directory.
|
| Instances | |
|
|
data Version |
Version represents a version number.
| Constructors | Version | | verMajor :: Int | Major version number.
| verMinor :: Int | Minor version number.
| verPatch :: Int | Patch number.
| verTag :: String | The version tag.
|
|
| Instances | |
|
|
Produced by Haddock version 2.6.0 |