Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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
Instances
newtype BranchHash Source #
Instances
newtype CausalHash Source #
Represents a hash of a causal containing values of the provided type.
Instances
Instances
Show PatchHash Source # | |
Eq PatchHash Source # | |
Ord PatchHash Source # | |
Defined in U.Codebase.HashTags | |
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 |