lol-0.6.0.0: A library for lattice cryptography.

Safe HaskellNone
LanguageHaskell2010

Crypto.Proto.Lol.LinearRq

Documentation

data LinearRq Source #

Constructors

LinearRq 

Fields

Instances

Eq LinearRq Source # 
Data LinearRq Source # 

Methods

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

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

toConstr :: LinearRq -> Constr #

dataTypeOf :: LinearRq -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord LinearRq Source # 
Show LinearRq Source # 
Generic LinearRq Source # 

Associated Types

type Rep LinearRq :: * -> * #

Methods

from :: LinearRq -> Rep LinearRq x #

to :: Rep LinearRq x -> LinearRq #

GPB LinearRq Source # 
Wire LinearRq Source # 
TextMsg LinearRq Source # 

Methods

textPut :: LinearRq -> Output #

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

TextType LinearRq Source # 

Methods

tellT :: String -> LinearRq -> Output #

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

ReflectDescriptor LinearRq Source # 
Mergeable LinearRq Source # 
Default LinearRq Source # 
MessageAPI msg' (msg' -> LinearRq) LinearRq Source # 

Methods

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

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

type Rep LinearRq Source #