lol-0.7.0.0: A library for lattice cryptography.

Safe HaskellNone
LanguageHaskell2010

Crypto.Proto.Lol.R

Documentation

data R Source #

Constructors

R 

Fields

Instances
Eq R Source # 
Instance details

Defined in Crypto.Proto.Lol.R

Methods

(==) :: R -> R -> Bool #

(/=) :: R -> R -> Bool #

Data R Source # 
Instance details

Defined in Crypto.Proto.Lol.R

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> R -> c R #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c R #

toConstr :: R -> Constr #

dataTypeOf :: R -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c R) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c R) #

gmapT :: (forall b. Data b => b -> b) -> R -> R #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> R -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> R -> r #

gmapQ :: (forall d. Data d => d -> u) -> R -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> R -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> R -> m R #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> R -> m R #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> R -> m R #

Ord R Source # 
Instance details

Defined in Crypto.Proto.Lol.R

Methods

compare :: R -> R -> Ordering #

(<) :: R -> R -> Bool #

(<=) :: R -> R -> Bool #

(>) :: R -> R -> Bool #

(>=) :: R -> R -> Bool #

max :: R -> R -> R #

min :: R -> R -> R #

Show R Source # 
Instance details

Defined in Crypto.Proto.Lol.R

Methods

showsPrec :: Int -> R -> ShowS #

show :: R -> String #

showList :: [R] -> ShowS #

Generic R Source # 
Instance details

Defined in Crypto.Proto.Lol.R

Associated Types

type Rep R :: Type -> Type #

Methods

from :: R -> Rep R x #

to :: Rep R x -> R #

GPB R Source # 
Instance details

Defined in Crypto.Proto.Lol.R

Wire R Source # 
Instance details

Defined in Crypto.Proto.Lol.R

TextMsg R Source # 
Instance details

Defined in Crypto.Proto.Lol.R

Methods

textPut :: R -> Output #

textGet :: Stream s Identity Char => Parsec s () R #

TextType R Source # 
Instance details

Defined in Crypto.Proto.Lol.R

Methods

tellT :: String -> R -> Output #

getT :: Stream s Identity Char => String -> Parsec s () R #

ReflectDescriptor R Source # 
Instance details

Defined in Crypto.Proto.Lol.R

Mergeable R Source # 
Instance details

Defined in Crypto.Proto.Lol.R

Methods

mergeAppend :: R -> R -> R #

mergeConcat :: Foldable t => t R -> R #

Default R Source # 
Instance details

Defined in Crypto.Proto.Lol.R

Methods

defaultValue :: R #

MessageAPI msg' (msg' -> R) R Source # 
Instance details

Defined in Crypto.Proto.Lol.R

Methods

getVal :: msg' -> (msg' -> R) -> R #

isSet :: msg' -> (msg' -> R) -> Bool #

type Rep R Source # 
Instance details

Defined in Crypto.Proto.Lol.R

type Rep R = D1 (MetaData "R" "Crypto.Proto.Lol.R" "lol-0.7.0.0-99Sl5s4bLTiKp8f4w6eppS" False) (C1 (MetaCons "R" PrefixI True) (S1 (MetaSel (Just "m") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Word32) :*: S1 (MetaSel (Just "xs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Seq Int64))))