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. PersistByteString :: ByteString -> PersistValue

    persistent Database.Persist.Types

    No documentation available.

  2. fromByteString :: ByteString -> Maybe UUID

    uuid Data.UUID

    Extract a UUID from a ByteString in network byte order. The argument must be 16 bytes long, otherwise Nothing is returned.

  3. toByteString :: UUID -> ByteString

    uuid Data.UUID

    Encode a UUID into a ByteString in network order. This uses the same encoding as the Binary instance.

  4. goldenByteStringBuilderFile :: FilePath -> IO Builder -> GoldenTest Builder

    sydtest Test.Syd

    Test that the produced bytestring is the same as what we find in the given golden file. Note: This converts the builder to a strict bytestring first.

  5. goldenByteStringFile :: FilePath -> IO ByteString -> GoldenTest ByteString

    sydtest Test.Syd

    Test that the produced bytestring is the same as what we find in the given golden file.

  6. goldenLazyByteStringFile :: FilePath -> IO ByteString -> GoldenTest ByteString

    sydtest Test.Syd

    Test that the produced bytestring is the same as what we find in the given golden file. Note: This converts the lazy bytestring to a strict bytestring first.

  7. pureGoldenByteStringBuilderFile :: FilePath -> Builder -> GoldenTest Builder

    sydtest Test.Syd

    Test that the given lazy bytestring is the same as what we find in the given golden file. Note: This converts the builder to a strict bytestring first.

  8. pureGoldenByteStringFile :: FilePath -> ByteString -> GoldenTest ByteString

    sydtest Test.Syd

    Test that the given bytestring is the same as what we find in the given golden file.

  9. pureGoldenLazyByteStringFile :: FilePath -> ByteString -> GoldenTest ByteString

    sydtest Test.Syd

    Test that the given lazy bytestring is the same as what we find in the given golden file. Note: This converts the lazy bytestring to a strict bytestring first.

  10. goldenByteStringBuilderFile :: FilePath -> IO Builder -> GoldenTest Builder

    sydtest Test.Syd.Def.Golden

    Test that the produced bytestring is the same as what we find in the given golden file. Note: This converts the builder to a strict bytestring first.

Page 39 of many | Previous | Next