lol-0.6.0.0: A library for lattice cryptography.
Crypto.Proto.Lol.R
data R Source #
Constructors
Fields
Instances
Methods
(==) :: R -> R -> Bool #
(/=) :: R -> R -> Bool #
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> R -> c R #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c R #
toConstr :: R -> Constr #
dataTypeOf :: R -> DataType #
dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c R) #
dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c R) #
gmapT :: (forall b. Data b => b -> b) -> R -> R #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> R -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> R -> r #
gmapQ :: (forall d. Data d => d -> u) -> R -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> R -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> R -> m R #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> R -> m R #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> R -> m R #
compare :: R -> R -> Ordering #
(<) :: R -> R -> Bool #
(<=) :: R -> R -> Bool #
(>) :: R -> R -> Bool #
(>=) :: R -> R -> Bool #
max :: R -> R -> R #
min :: R -> R -> R #
showsPrec :: Int -> R -> ShowS #
show :: R -> String #
showList :: [R] -> ShowS #
Associated Types
type Rep R :: * -> * #
from :: R -> Rep R x #
to :: Rep R x -> R #
wireSize :: FieldType -> R -> WireSize #
wirePut :: FieldType -> R -> Put #
wireGet :: FieldType -> Get R #
wireGetPacked :: FieldType -> Get (Seq R) #
textPut :: R -> Output #
textGet :: Stream s Identity Char => Parsec s () R #
tellT :: String -> R -> Output #
getT :: Stream s Identity Char => String -> Parsec s () R #
getMessageInfo :: R -> GetMessageInfo #
reflectDescriptorInfo :: R -> DescriptorInfo #
mergeAppend :: R -> R -> R #
mergeConcat :: Foldable t => t R -> R #
defaultValue :: R #
getVal :: msg' -> (msg' -> R) -> R #
isSet :: msg' -> (msg' -> R) -> Bool #