Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. getVarintPrefixedBS :: Get ByteString

    protobuf Data.ProtocolBuffers.Internal

    No documentation available.

  2. putVarSInt :: (Integral a, Bits a) => a -> Put

    protobuf Data.ProtocolBuffers.Internal

    This can be used on any Integral type and is needed for signed types; unsigned can use putVarUInt below. This has been changed to handle only up to 64 bit integral values (to match documentation).

  3. putVarUInt :: (Integral a, Bits a) => a -> Put

    protobuf Data.ProtocolBuffers.Internal

    This should be used on unsigned Integral types only (not checked)

  4. putVarintPrefixedBS :: ByteString -> Put

    protobuf Data.ProtocolBuffers.Internal

    No documentation available.

  5. getVarContextDL :: DL s VarContext

    quickcheck-dynamic Test.QuickCheck.DynamicLogic

    No documentation available.

  6. unsafeNextVarIndex :: VarContext -> Int

    quickcheck-dynamic Test.QuickCheck.StateModel.Variables

    No documentation available.

  7. eventVar :: GlossEnv -> MVar Event

    rhine-gloss FRP.Rhine.Gloss.IO

    No documentation available.

  8. defaultVarIdents :: [VarIdent]

    rzk Language.Rzk.Free.Syntax

    No documentation available.

  9. getVarIdent :: VarIdent -> VarIdent' RzkPosition

    rzk Language.Rzk.Free.Syntax

    No documentation available.

  10. pListVarIdent :: [Token] -> Err [VarIdent]

    rzk Language.Rzk.Syntax.Par

    No documentation available.

Page 70 of many | Previous | Next