lol-0.6.0.0: A library for lattice cryptography.

Safe HaskellNone
LanguageHaskell2010

Crypto.Proto.Lol.Kq1

Documentation

data Kq1 Source #

Constructors

Kq1 

Fields

Instances

Eq Kq1 Source # 

Methods

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

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

Data Kq1 Source # 

Methods

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

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

toConstr :: Kq1 -> Constr #

dataTypeOf :: Kq1 -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord Kq1 Source # 

Methods

compare :: Kq1 -> Kq1 -> Ordering #

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

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

(>) :: Kq1 -> Kq1 -> Bool #

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

max :: Kq1 -> Kq1 -> Kq1 #

min :: Kq1 -> Kq1 -> Kq1 #

Show Kq1 Source # 

Methods

showsPrec :: Int -> Kq1 -> ShowS #

show :: Kq1 -> String #

showList :: [Kq1] -> ShowS #

Generic Kq1 Source # 

Associated Types

type Rep Kq1 :: * -> * #

Methods

from :: Kq1 -> Rep Kq1 x #

to :: Rep Kq1 x -> Kq1 #

GPB Kq1 Source # 
Wire Kq1 Source # 
TextMsg Kq1 Source # 

Methods

textPut :: Kq1 -> Output #

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

TextType Kq1 Source # 

Methods

tellT :: String -> Kq1 -> Output #

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

ReflectDescriptor Kq1 Source # 
Mergeable Kq1 Source # 

Methods

mergeAppend :: Kq1 -> Kq1 -> Kq1 #

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

Default Kq1 Source # 

Methods

defaultValue :: Kq1 #

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

Methods

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

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

type Rep Kq1 Source #