Module

Logoot.Types

Package
purescript-logoot-core
Repository
juspay/purescript-logoot-core

#digit Source

digit :: forall clock peerId. Position peerId clock -> Int

#peerId Source

peerId :: forall clock peerId. Position peerId clock -> Maybe peerId

#clock Source

clock :: forall clock peerId. Position peerId clock -> Maybe clock

#ithDigit Source

ithDigit :: forall clock peerId f. Container f => IdentifierF f peerId clock -> Int -> Maybe Int

#ithPeerId Source

ithPeerId :: forall clock peerId f. Container f => IdentifierF f peerId clock -> Int -> Maybe peerId

#ithClock Source

ithClock :: forall clock peerId f. Container f => IdentifierF f peerId clock -> Int -> Maybe clock

Re-exports from Logoot.Types.Identifier

#IdentifierF Source

newtype IdentifierF f peerId clock

Constructors

Instances

Re-exports from Logoot.Types.Position

#Position Source

data Position peerId clock

Constructors

Instances