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. goldenByteStringFile :: FilePath -> IO ByteString -> GoldenTest ByteString

    sydtest Test.Syd.Def.Golden

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

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

    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 lazy bytestring to a strict bytestring first.

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

    sydtest Test.Syd.Def.Golden

    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.

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

    sydtest Test.Syd.Def.Golden

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

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

    sydtest Test.Syd.Def.Golden

    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.

  6. unsafeByteString :: ByteString -> Markup

    blaze-markup Text.Blaze

    Insert a ByteString. This is an unsafe operation:

    • The ByteString could have the wrong encoding.
    • The ByteString might contain illegal HTML characters (no escaping is done).

  7. unsafeByteStringComment :: ByteString -> Markup

    blaze-markup Text.Blaze

    Create a comment from a ByteString value. The text should not contain "--". This is not checked by the library.

  8. unsafeByteStringValue :: ByteString -> AttributeValue

    blaze-markup Text.Blaze

    Create an attribute value from a ByteString. See unsafeByteString for reasons why this might not be a good idea.

  9. unsafeLazyByteString :: ByteString -> Markup

    blaze-markup Text.Blaze

    Insert a lazy ByteString. See unsafeByteString for reasons why this is an unsafe operation.

  10. unsafeLazyByteStringComment :: ByteString -> Markup

    blaze-markup Text.Blaze

    Create a comment from a ByteString value. The text should not contain "--". This is not checked by the library.

Page 40 of many | Previous | Next