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.
ScalarBoolean :: Bool -> Scalarpinecone Pinecone.Metadata No documentation available.
-
protobuf-simple Data.ProtoBufInt Decode a required bool field.
getBoolOpt :: Get (Maybe Bool)protobuf-simple Data.ProtoBufInt Decode an optional bool field.
getBoolPacked :: Get (Seq Bool)protobuf-simple Data.ProtoBufInt Decode a packed repeated bool field.
putBool :: WireTag -> Bool -> Putprotobuf-simple Data.ProtoBufInt Encode a required bool field.
putBoolList :: WireTag -> Seq Bool -> Putprotobuf-simple Data.ProtoBufInt Encode a repeated bool field.
putBoolOpt :: WireTag -> Maybe Bool -> Putprotobuf-simple Data.ProtoBufInt Encode an optional bool field.
putBoolPacked :: WireTag -> Seq Bool -> Putprotobuf-simple Data.ProtoBufInt Encode a packed repeated bool field.
-
Reading/Writing OPB/WBO files used in pseudo boolean competition Reading/Writing OPB/WBO files used in pseudo boolean competition
-
A library for parsing/generating OPB/WBO files used in pseudo boolean competition. References:
- Input/Output Format and Solver Requirements for the Competitions of Pseudo-Boolean Solvers http://www.cril.univ-artois.fr/PB11/format.pdf