lol-0.7.0.0: A library for lattice cryptography.

Safe HaskellNone
LanguageHaskell2010

Crypto.Proto.Lol.K

Documentation

data K Source #

Constructors

K 

Fields

Instances
Eq K Source # 
Instance details

Defined in Crypto.Proto.Lol.K

Methods

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

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

Data K Source # 
Instance details

Defined in Crypto.Proto.Lol.K

Methods

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

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

toConstr :: K -> Constr #

dataTypeOf :: K -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord K Source # 
Instance details

Defined in Crypto.Proto.Lol.K

Methods

compare :: K -> K -> Ordering #

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

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

(>) :: K -> K -> Bool #

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

max :: K -> K -> K #

min :: K -> K -> K #

Show K Source # 
Instance details

Defined in Crypto.Proto.Lol.K

Methods

showsPrec :: Int -> K -> ShowS #

show :: K -> String #

showList :: [K] -> ShowS #

Generic K Source # 
Instance details

Defined in Crypto.Proto.Lol.K

Associated Types

type Rep K :: Type -> Type #

Methods

from :: K -> Rep K x #

to :: Rep K x -> K #

GPB K Source # 
Instance details

Defined in Crypto.Proto.Lol.K

Wire K Source # 
Instance details

Defined in Crypto.Proto.Lol.K

TextMsg K Source # 
Instance details

Defined in Crypto.Proto.Lol.K

Methods

textPut :: K -> Output #

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

TextType K Source # 
Instance details

Defined in Crypto.Proto.Lol.K

Methods

tellT :: String -> K -> Output #

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

ReflectDescriptor K Source # 
Instance details

Defined in Crypto.Proto.Lol.K

Mergeable K Source # 
Instance details

Defined in Crypto.Proto.Lol.K

Methods

mergeAppend :: K -> K -> K #

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

Default K Source # 
Instance details

Defined in Crypto.Proto.Lol.K

Methods

defaultValue :: K #

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

Defined in Crypto.Proto.Lol.K

Methods

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

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

type Rep K Source # 
Instance details

Defined in Crypto.Proto.Lol.K

type Rep K = D1 (MetaData "K" "Crypto.Proto.Lol.K" "lol-0.7.0.0-99Sl5s4bLTiKp8f4w6eppS" False) (C1 (MetaCons "K" PrefixI True) (S1 (MetaSel (Just "m") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Word32) :*: S1 (MetaSel (Just "xs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Seq Double))))