lol-0.4.0.0: A library for lattice cryptography.

Safe HaskellNone
LanguageHaskell2010

Crypto.Proto.RLWE.Rq

Documentation

data Rq Source #

Constructors

Rq 

Fields

Instances

Eq Rq Source # 

Methods

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

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

Data Rq Source # 

Methods

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

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

toConstr :: Rq -> Constr #

dataTypeOf :: Rq -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord Rq Source # 

Methods

compare :: Rq -> Rq -> Ordering #

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

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

(>) :: Rq -> Rq -> Bool #

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

max :: Rq -> Rq -> Rq #

min :: Rq -> Rq -> Rq #

Show Rq Source # 

Methods

showsPrec :: Int -> Rq -> ShowS #

show :: Rq -> String #

showList :: [Rq] -> ShowS #

Generic Rq Source # 

Associated Types

type Rep Rq :: * -> * #

Methods

from :: Rq -> Rep Rq x #

to :: Rep Rq x -> Rq #

GPB Rq Source # 
Wire Rq Source # 
TextMsg Rq Source # 

Methods

textPut :: Rq -> Output #

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

TextType Rq Source # 

Methods

tellT :: String -> Rq -> Output #

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

ReflectDescriptor Rq Source # 
Mergeable Rq Source # 

Methods

mergeAppend :: Rq -> Rq -> Rq #

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

Default Rq Source # 

Methods

defaultValue :: Rq #

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

Methods

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

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

type Rep Rq Source #