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.

  1. parseFieldSet :: Parser FieldSet

    proto-lens Data.ProtoLens.Encoding.Wire

    No documentation available.

  2. parseMessageSetTaggedValueFromWire :: Word64 -> Parser TaggedValue

    proto-lens Data.ProtoLens.Encoding.Wire

    No documentation available.

  3. parseTaggedValueFromWire :: Word64 -> Parser TaggedValue

    proto-lens Data.ProtoLens.Encoding.Wire

    No documentation available.

  4. type FieldSet = [TaggedValue]

    proto-lens Data.ProtoLens.Message

    No documentation available.

  5. applyMapKeysSet :: Ord k => Map k (Maybe v) -> Set k -> Set k

    reflex 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.

  6. newtype IntSetOf a

    semirings Data.Semiring

    Wrapper to mimic Set (Sum Int), Set (Product Int), etc., while having a more efficient underlying representation.

  7. IntSetOf :: IntSet -> IntSetOf a

    semirings Data.Semiring

    No documentation available.

  8. getIntSet :: IntSetOf a -> IntSet

    semirings Data.Semiring

    No documentation available.

  9. offsetShapeFromThenTo :: [Int] -> [Int] -> [Int] -> [Int] -> [Int]

    carray Data.Array.CArray.Base

    No documentation available.

  10. offsetShapeFromTo :: [Int] -> [Int] -> [Int] -> [Int]

    carray Data.Array.CArray.Base

    No documentation available.

Page 112 of many | Previous | Next