| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
U.Codebase.HashTags
Synopsis
- newtype ComponentHash = ComponentHash {}
- newtype BranchHash = BranchHash {
- unBranchHash :: Hash
- newtype CausalHash = CausalHash {
- unCausalHash :: Hash
- newtype PatchHash = PatchHash {
- unPatchHash :: Hash
Documentation
newtype ComponentHash Source #
Represents a hash of a type or term component
Constructors
| ComponentHash | |
Fields | |
Instances
newtype BranchHash Source #
Constructors
| BranchHash | |
Fields
| |
Instances
newtype CausalHash Source #
Represents a hash of a causal containing values of the provided type.
Constructors
| CausalHash | |
Fields
| |
Instances
Constructors
| PatchHash | |
Fields
| |
Instances
| Show PatchHash Source # | |
| Eq PatchHash Source # | |
| Ord PatchHash Source # | |
| From PatchHash Text Source # | |
Defined in U.Codebase.HashTags | |
| From PatchHash Hash Source # | |
Defined in U.Codebase.HashTags | |
| From PatchHash Hash32 Source # | |
Defined in U.Codebase.HashTags | |
| From Hash PatchHash Source # | |
Defined in U.Codebase.HashTags | |
| From Hash32 PatchHash Source # | |
Defined in U.Codebase.HashTags | |