lol-0.6.0.0: A library for lattice cryptography.

Safe HaskellNone
LanguageHaskell2010

Crypto.Proto.Lol.Rq1

Documentation

data Rq1 Source #

Constructors

Rq1 

Fields

Instances

Eq Rq1 Source # 

Methods

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

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

Data Rq1 Source # 

Methods

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

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

toConstr :: Rq1 -> Constr #

dataTypeOf :: Rq1 -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord Rq1 Source # 

Methods

compare :: Rq1 -> Rq1 -> Ordering #

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

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

(>) :: Rq1 -> Rq1 -> Bool #

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

max :: Rq1 -> Rq1 -> Rq1 #

min :: Rq1 -> Rq1 -> Rq1 #

Show Rq1 Source # 

Methods

showsPrec :: Int -> Rq1 -> ShowS #

show :: Rq1 -> String #

showList :: [Rq1] -> ShowS #

Generic Rq1 Source # 

Associated Types

type Rep Rq1 :: * -> * #

Methods

from :: Rq1 -> Rep Rq1 x #

to :: Rep Rq1 x -> Rq1 #

GPB Rq1 Source # 
Wire Rq1 Source # 
TextMsg Rq1 Source # 

Methods

textPut :: Rq1 -> Output #

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

TextType Rq1 Source # 

Methods

tellT :: String -> Rq1 -> Output #

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

ReflectDescriptor Rq1 Source # 
Mergeable Rq1 Source # 

Methods

mergeAppend :: Rq1 -> Rq1 -> Rq1 #

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

Default Rq1 Source # 

Methods

defaultValue :: Rq1 #

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

Methods

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

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

type Rep Rq1 Source #