Hoogle Search
Within LTS Haskell 24.43 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
withJsonByteStringParser :: (ByteString -> b) -> ByteString -> FieldParser bopaleye Opaleye.Internal.RunQuery No documentation available.
sqlLazyByteString :: ByteString -> Field SqlByteaopaleye Opaleye.SqlTypes No documentation available.
sqlStrictByteString :: ByteString -> Field SqlByteaopaleye Opaleye.SqlTypes No documentation available.
PersistByteString :: ByteString -> PersistValuepersistent-mtl Database.Persist.Sql.Shim No documentation available.
PersistByteString :: ByteString -> PersistValuepersistent-redis Database.Persist.Redis No documentation available.
parseOPBByteString :: SourceName -> ByteString -> Either ParseError Formulapseudo-boolean Data.PseudoBoolean Parse a OPB format lazy bytestring containing pseudo boolean problem.
parseWBOByteString :: SourceName -> ByteString -> Either ParseError SoftFormulapseudo-boolean Data.PseudoBoolean Parse a WBO format lazy bytestring containing pseudo boolean problem.
toOPBByteString :: Formula -> ByteStringpseudo-boolean Data.PseudoBoolean Generate a OPB format byte-string containing pseudo boolean problem.
toWBOByteString :: SoftFormula -> ByteStringpseudo-boolean Data.PseudoBoolean Generate a WBO format byte-string containing weighted boolean optimization problem.
parseOPBByteString :: ByteString -> Either String Formulapseudo-boolean Data.PseudoBoolean.Attoparsec Parse a OPB format string containing pseudo boolean problem.