lol-0.6.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 # 

Methods

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

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

Data R Source # 

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 # 

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 # 

Methods

showsPrec :: Int -> R -> ShowS #

show :: R -> String #

showList :: [R] -> ShowS #

Generic R Source # 

Associated Types

type Rep R :: * -> * #

Methods

from :: R -> Rep R x #

to :: Rep R x -> R #

GPB R Source # 
Wire R Source # 
TextMsg R Source # 

Methods

textPut :: R -> Output #

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

TextType R Source # 

Methods

tellT :: String -> R -> Output #

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

ReflectDescriptor R Source # 
Mergeable R Source # 

Methods

mergeAppend :: R -> R -> R #

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

Default R Source # 

Methods

defaultValue :: R #

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

Methods

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

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

type Rep R Source # 
type Rep R = D1 (MetaData "R" "Crypto.Proto.Lol.R" "lol-0.6.0.0-3WEWYXTcbEL6epkR7Fpjke" False) (C1 (MetaCons "R" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "m") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Word32)) (S1 (MetaSel (Just Symbol "xs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Seq Int64)))))