Hoogle Search
Within LTS Haskell 24.60 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
parseFieldSet :: Parser FieldSetproto-lens Data.ProtoLens.Encoding.Wire No documentation available.
parseMessageSetTaggedValueFromWire :: Word64 -> Parser TaggedValueproto-lens Data.ProtoLens.Encoding.Wire No documentation available.
parseTaggedValueFromWire :: Word64 -> Parser TaggedValueproto-lens Data.ProtoLens.Encoding.Wire No documentation available.
-
proto-lens Data.ProtoLens.Message No documentation available.
applyMapKeysSet :: Ord k => Map k (Maybe v) -> Set k -> Set kreflex Data.Map.Misc Given a Map k (Maybe v) representing keys to insert/update (Just) or delete (Nothing), produce a new Set k from the given input set. Equivalent to:
applyMapKeysSet patch (keysSet m) == keysSet (applyMap patch m)
but avoids the intervening Map and needs no values.-
semirings Data.Semiring Wrapper to mimic Set (Sum Int), Set (Product Int), etc., while having a more efficient underlying representation.
IntSetOf :: IntSet -> IntSetOf asemirings Data.Semiring No documentation available.
getIntSet :: IntSetOf a -> IntSetsemirings Data.Semiring No documentation available.
offsetShapeFromThenTo :: [Int] -> [Int] -> [Int] -> [Int] -> [Int]carray Data.Array.CArray.Base No documentation available.
offsetShapeFromTo :: [Int] -> [Int] -> [Int] -> [Int]carray Data.Array.CArray.Base No documentation available.