lol-0.7.0.0: A library for lattice cryptography.
Crypto.Proto.RLWE.SampleCont
data SampleCont Source #
Constructors
Fields
Defined in Crypto.Proto.RLWE.SampleCont
Methods
(==) :: SampleCont -> SampleCont -> Bool #
(/=) :: SampleCont -> SampleCont -> Bool #
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 #
compare :: SampleCont -> SampleCont -> Ordering #
(<) :: SampleCont -> SampleCont -> Bool #
(<=) :: SampleCont -> SampleCont -> Bool #
(>) :: SampleCont -> SampleCont -> Bool #
(>=) :: SampleCont -> SampleCont -> Bool #
max :: SampleCont -> SampleCont -> SampleCont #
min :: SampleCont -> SampleCont -> SampleCont #
showsPrec :: Int -> SampleCont -> ShowS #
show :: SampleCont -> String #
showList :: [SampleCont] -> ShowS #
Associated Types
type Rep SampleCont :: Type -> Type #
from :: SampleCont -> Rep SampleCont x #
to :: Rep SampleCont x -> SampleCont #
wireSize :: FieldType -> SampleCont -> WireSize #
wirePut :: FieldType -> SampleCont -> Put #
wirePutWithSize :: FieldType -> SampleCont -> PutM WireSize #
wireGet :: FieldType -> Get SampleCont #
wireGetPacked :: FieldType -> Get (Seq SampleCont) #
textPut :: SampleCont -> Output #
textGet :: Stream s Identity Char => Parsec s () SampleCont #
tellT :: String -> SampleCont -> Output #
getT :: Stream s Identity Char => String -> Parsec s () SampleCont #
getMessageInfo :: SampleCont -> GetMessageInfo #
reflectDescriptorInfo :: SampleCont -> DescriptorInfo #
mergeAppend :: SampleCont -> SampleCont -> SampleCont #
mergeConcat :: Foldable t => t SampleCont -> SampleCont #
defaultValue :: SampleCont #
getVal :: msg' -> (msg' -> SampleCont) -> SampleCont #
isSet :: msg' -> (msg' -> SampleCont) -> Bool #