SepochSemver Module
Types and nested modules
| Type/Module | Description |
|
|
|
|
|
|
|
Contains data for the optional Epoch/Scope as described in the Spec. |
|
|
|
|
|
|
|
|
|
|
|
Struct of a |
|
|
An exception risen from performing a |
|
|
An exception risen from performing a |
|
|
|
Functions and values
| Function or value |
Description
|
||||||
|
|||||||
|
SemVer is parsed with an allowable leading whitespace and
|
||||||
Full Usage:
parseSepochSemverOrError input
Parameters:
string
Returns: Result<SepochSemver, exn>
|
|
||||||
|
Strict SemVer parsing; with no
|
||||||
Full Usage:
strictParseSepochSemverOrError input
Parameters:
string
Returns: Result<SepochSemver, exn>
|
|
||||||
|
|
||||||
Full Usage:
tryStrictParseSepochSemver input
Parameters:
string
Returns: SepochSemver option
|
|
Partas.GitNet