unison-core-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

U.Codebase.HashTags

Synopsis

Documentation

newtype ComponentHash Source #

Represents a hash of a type or term component

Constructors

ComponentHash 

newtype BranchHash Source #

Constructors

BranchHash 

Fields

Instances

Instances details
Show BranchHash Source # 
Instance details

Defined in U.Codebase.HashTags

Eq BranchHash Source # 
Instance details

Defined in U.Codebase.HashTags

Ord BranchHash Source # 
Instance details

Defined in U.Codebase.HashTags

From BranchHash Text Source # 
Instance details

Defined in U.Codebase.HashTags

Methods

from :: BranchHash -> Text #

From BranchHash Hash Source # 
Instance details

Defined in U.Codebase.HashTags

Methods

from :: BranchHash -> Hash #

From BranchHash Hash32 Source # 
Instance details

Defined in U.Codebase.HashTags

Methods

from :: BranchHash -> Hash32 #

From Hash BranchHash Source # 
Instance details

Defined in U.Codebase.HashTags

Methods

from :: Hash -> BranchHash #

From Hash32 BranchHash Source # 
Instance details

Defined in U.Codebase.HashTags

Methods

from :: Hash32 -> BranchHash #

newtype CausalHash Source #

Represents a hash of a causal containing values of the provided type.

Constructors

CausalHash 

Fields

Instances

Instances details
Show CausalHash Source # 
Instance details

Defined in U.Codebase.HashTags

Eq CausalHash Source # 
Instance details

Defined in U.Codebase.HashTags

Ord CausalHash Source # 
Instance details

Defined in U.Codebase.HashTags

From CausalHash Text Source # 
Instance details

Defined in U.Codebase.HashTags

Methods

from :: CausalHash -> Text #

From CausalHash Hash Source # 
Instance details

Defined in U.Codebase.HashTags

Methods

from :: CausalHash -> Hash #

From CausalHash Hash32 Source # 
Instance details

Defined in U.Codebase.HashTags

Methods

from :: CausalHash -> Hash32 #

From Hash CausalHash Source # 
Instance details

Defined in U.Codebase.HashTags

Methods

from :: Hash -> CausalHash #

From Hash32 CausalHash Source # 
Instance details

Defined in U.Codebase.HashTags

Methods

from :: Hash32 -> CausalHash #

newtype PatchHash Source #

Constructors

PatchHash 

Fields

Instances

Instances details
Show PatchHash Source # 
Instance details

Defined in U.Codebase.HashTags

Eq PatchHash Source # 
Instance details

Defined in U.Codebase.HashTags

Ord PatchHash Source # 
Instance details

Defined in U.Codebase.HashTags

From PatchHash Text Source # 
Instance details

Defined in U.Codebase.HashTags

Methods

from :: PatchHash -> Text #

From PatchHash Hash Source # 
Instance details

Defined in U.Codebase.HashTags

Methods

from :: PatchHash -> Hash #

From PatchHash Hash32 Source # 
Instance details

Defined in U.Codebase.HashTags

Methods

from :: PatchHash -> Hash32 #

From Hash PatchHash Source # 
Instance details

Defined in U.Codebase.HashTags

Methods

from :: Hash -> PatchHash #

From Hash32 PatchHash Source # 
Instance details

Defined in U.Codebase.HashTags

Methods

from :: Hash32 -> PatchHash #