unison-core1-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Unison.Hashable

Documentation

accumulate' :: (Accumulate h, Hashable t) => t -> h Source #

hash :: (Accumulate h, Hashable t) => t -> h Source #

class Accumulate h where Source #

Instances

Instances details
Accumulate Hash Source # 
Instance details

Defined in Unison.Hashable

data Token h Source #

Instances

Instances details
Show h => Show (Token h) Source # 
Instance details

Defined in Unison.Hashable

Methods

showsPrec :: Int -> Token h -> ShowS #

show :: Token h -> String #

showList :: [Token h] -> ShowS #