|
|
|
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 is version.
| 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 0.8 |