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.

  1. withJsonByteStringParser :: (ByteString -> b) -> ByteString -> FieldParser b

    opaleye Opaleye.Internal.RunQuery

    No documentation available.

  2. sqlLazyByteString :: ByteString -> Field SqlBytea

    opaleye Opaleye.SqlTypes

    No documentation available.

  3. sqlStrictByteString :: ByteString -> Field SqlBytea

    opaleye Opaleye.SqlTypes

    No documentation available.

  4. PersistByteString :: ByteString -> PersistValue

    persistent-mtl Database.Persist.Sql.Shim

    No documentation available.

  5. PersistByteString :: ByteString -> PersistValue

    persistent-redis Database.Persist.Redis

    No documentation available.

  6. parseOPBByteString :: SourceName -> ByteString -> Either ParseError Formula

    pseudo-boolean Data.PseudoBoolean

    Parse a OPB format lazy bytestring containing pseudo boolean problem.

  7. parseWBOByteString :: SourceName -> ByteString -> Either ParseError SoftFormula

    pseudo-boolean Data.PseudoBoolean

    Parse a WBO format lazy bytestring containing pseudo boolean problem.

  8. toOPBByteString :: Formula -> ByteString

    pseudo-boolean Data.PseudoBoolean

    Generate a OPB format byte-string containing pseudo boolean problem.

  9. toWBOByteString :: SoftFormula -> ByteString

    pseudo-boolean Data.PseudoBoolean

    Generate a WBO format byte-string containing weighted boolean optimization problem.

  10. parseOPBByteString :: ByteString -> Either String Formula

    pseudo-boolean Data.PseudoBoolean.Attoparsec

    Parse a OPB format string containing pseudo boolean problem.

Page 96 of many | Previous | Next