Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. ScalarBoolean :: Bool -> Scalar

    pinecone Pinecone.Metadata

    No documentation available.

  2. getBool :: Get Bool

    protobuf-simple Data.ProtoBufInt

    Decode a required bool field.

  3. getBoolOpt :: Get (Maybe Bool)

    protobuf-simple Data.ProtoBufInt

    Decode an optional bool field.

  4. getBoolPacked :: Get (Seq Bool)

    protobuf-simple Data.ProtoBufInt

    Decode a packed repeated bool field.

  5. putBool :: WireTag -> Bool -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a required bool field.

  6. putBoolList :: WireTag -> Seq Bool -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a repeated bool field.

  7. putBoolOpt :: WireTag -> Maybe Bool -> Put

    protobuf-simple Data.ProtoBufInt

    Encode an optional bool field.

  8. putBoolPacked :: WireTag -> Seq Bool -> Put

    protobuf-simple Data.ProtoBufInt

    Encode a packed repeated bool field.

  9. package pseudo-boolean

    Reading/Writing OPB/WBO files used in pseudo boolean competition Reading/Writing OPB/WBO files used in pseudo boolean competition

  10. module Data.PseudoBoolean

    A library for parsing/generating OPB/WBO files used in pseudo boolean competition. References:

Page 161 of many | Previous | Next