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.
PersistByteString :: ByteString -> PersistValuepersistent Database.Persist.Types No documentation available.
fromByteString :: ByteString -> Maybe UUIDuuid Data.UUID Extract a UUID from a ByteString in network byte order. The argument must be 16 bytes long, otherwise Nothing is returned.
toByteString :: UUID -> ByteStringuuid Data.UUID Encode a UUID into a ByteString in network order. This uses the same encoding as the Binary instance.
goldenByteStringBuilderFile :: FilePath -> IO Builder -> GoldenTest Buildersydtest 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.
goldenByteStringFile :: FilePath -> IO ByteString -> GoldenTest ByteStringsydtest Test.Syd Test that the produced bytestring is the same as what we find in the given golden file.
goldenLazyByteStringFile :: FilePath -> IO ByteString -> GoldenTest ByteStringsydtest 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.
pureGoldenByteStringBuilderFile :: FilePath -> Builder -> GoldenTest Buildersydtest 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.
pureGoldenByteStringFile :: FilePath -> ByteString -> GoldenTest ByteStringsydtest Test.Syd Test that the given bytestring is the same as what we find in the given golden file.
pureGoldenLazyByteStringFile :: FilePath -> ByteString -> GoldenTest ByteStringsydtest 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.
goldenByteStringBuilderFile :: FilePath -> IO Builder -> GoldenTest Buildersydtest 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.