lol-0.7.0.0: A library for lattice cryptography.

Safe HaskellNone
LanguageHaskell2010

Crypto.Proto.RLWE.SampleCont

Documentation

data SampleCont Source #

Constructors

SampleCont 

Fields

Instances
Eq SampleCont Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleCont

Data SampleCont Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleCont

Methods

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

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

toConstr :: SampleCont -> Constr #

dataTypeOf :: SampleCont -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord SampleCont Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleCont

Show SampleCont Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleCont

Generic SampleCont Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleCont

Associated Types

type Rep SampleCont :: Type -> Type #

GPB SampleCont Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleCont

Wire SampleCont Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleCont

TextMsg SampleCont Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleCont

Methods

textPut :: SampleCont -> Output #

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

TextType SampleCont Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleCont

Methods

tellT :: String -> SampleCont -> Output #

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

ReflectDescriptor SampleCont Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleCont

Mergeable SampleCont Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleCont

Default SampleCont Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleCont

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

Defined in Crypto.Proto.RLWE.SampleCont

Methods

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

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

type Rep SampleCont Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleCont

type Rep SampleCont = D1 (MetaData "SampleCont" "Crypto.Proto.RLWE.SampleCont" "lol-0.7.0.0-99Sl5s4bLTiKp8f4w6eppS" False) (C1 (MetaCons "SampleCont" PrefixI True) (S1 (MetaSel (Just "a") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Rq) :*: S1 (MetaSel (Just "b") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Kq)))