Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. 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).

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

    protobuf Data.ProtocolBuffers.Internal

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

  3. putVarintPrefixedBS :: ByteString -> Put

    protobuf Data.ProtocolBuffers.Internal

    No documentation available.

  4. getVarContextDL :: DL s VarContext

    quickcheck-dynamic Test.QuickCheck.DynamicLogic

    No documentation available.

  5. unsafeNextVarIndex :: VarContext -> Int

    quickcheck-dynamic Test.QuickCheck.StateModel.Variables

    No documentation available.

  6. eventVar :: GlossEnv -> MVar Event

    rhine-gloss FRP.Rhine.Gloss.IO

    No documentation available.

  7. defaultVarIdents :: [VarIdent]

    rzk Language.Rzk.Free.Syntax

    No documentation available.

  8. getVarIdent :: VarIdent -> VarIdent' RzkPosition

    rzk Language.Rzk.Free.Syntax

    No documentation available.

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

    rzk Language.Rzk.Syntax.Par

    No documentation available.

  10. setVariance :: Covariance -> TypeCheck var a -> TypeCheck var a

    rzk Rzk.TypeCheck

    No documentation available.

Page 70 of many | Previous | Next