lol-0.7.0.0: A library for lattice cryptography.

Safe HaskellNone
LanguageHaskell2010

Crypto.Proto.RLWE.SampleDisc

Documentation

data SampleDisc Source #

Constructors

SampleDisc 

Fields

Instances
Eq SampleDisc Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleDisc

Data SampleDisc Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleDisc

Methods

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

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

toConstr :: SampleDisc -> Constr #

dataTypeOf :: SampleDisc -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord SampleDisc Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleDisc

Show SampleDisc Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleDisc

Generic SampleDisc Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleDisc

Associated Types

type Rep SampleDisc :: Type -> Type #

GPB SampleDisc Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleDisc

Wire SampleDisc Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleDisc

TextMsg SampleDisc Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleDisc

Methods

textPut :: SampleDisc -> Output #

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

TextType SampleDisc Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleDisc

Methods

tellT :: String -> SampleDisc -> Output #

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

ReflectDescriptor SampleDisc Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleDisc

Mergeable SampleDisc Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleDisc

Default SampleDisc Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleDisc

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

Defined in Crypto.Proto.RLWE.SampleDisc

Methods

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

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

type Rep SampleDisc Source # 
Instance details

Defined in Crypto.Proto.RLWE.SampleDisc

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