lol-0.7.0.0: A library for lattice cryptography.

Safe HaskellNone
LanguageHaskell2010

Crypto.Proto.Lol.Kq

Documentation

data Kq Source #

Constructors

Kq 

Fields

Instances
Eq Kq Source # 
Instance details

Defined in Crypto.Proto.Lol.Kq

Methods

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

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

Data Kq Source # 
Instance details

Defined in Crypto.Proto.Lol.Kq

Methods

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

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

toConstr :: Kq -> Constr #

dataTypeOf :: Kq -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord Kq Source # 
Instance details

Defined in Crypto.Proto.Lol.Kq

Methods

compare :: Kq -> Kq -> Ordering #

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

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

(>) :: Kq -> Kq -> Bool #

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

max :: Kq -> Kq -> Kq #

min :: Kq -> Kq -> Kq #

Show Kq Source # 
Instance details

Defined in Crypto.Proto.Lol.Kq

Methods

showsPrec :: Int -> Kq -> ShowS #

show :: Kq -> String #

showList :: [Kq] -> ShowS #

Generic Kq Source # 
Instance details

Defined in Crypto.Proto.Lol.Kq

Associated Types

type Rep Kq :: Type -> Type #

Methods

from :: Kq -> Rep Kq x #

to :: Rep Kq x -> Kq #

GPB Kq Source # 
Instance details

Defined in Crypto.Proto.Lol.Kq

Wire Kq Source # 
Instance details

Defined in Crypto.Proto.Lol.Kq

TextMsg Kq Source # 
Instance details

Defined in Crypto.Proto.Lol.Kq

Methods

textPut :: Kq -> Output #

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

TextType Kq Source # 
Instance details

Defined in Crypto.Proto.Lol.Kq

Methods

tellT :: String -> Kq -> Output #

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

ReflectDescriptor Kq Source # 
Instance details

Defined in Crypto.Proto.Lol.Kq

Mergeable Kq Source # 
Instance details

Defined in Crypto.Proto.Lol.Kq

Methods

mergeAppend :: Kq -> Kq -> Kq #

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

Default Kq Source # 
Instance details

Defined in Crypto.Proto.Lol.Kq

Methods

defaultValue :: Kq #

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

Defined in Crypto.Proto.Lol.Kq

Methods

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

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

type Rep Kq Source # 
Instance details

Defined in Crypto.Proto.Lol.Kq