| Copyright | Copyright © 2021-2024 Lars Kuhtz <lakuhtz@gmail.com> |
|---|---|
| License | MIT |
| Maintainer | Lars Kuhtz <lakuhtz@gmail.com> |
| Stability | experimental |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Data.Hash.Internal.Utils
Description
Documentation
newtype B16ShortByteString Source #
Constructors
| B16ShortByteString | |
Fields | |
Instances
| IsString B16ShortByteString Source # | |
Defined in Data.Hash.Internal.Utils Methods fromString :: String -> B16ShortByteString # | |
| Show B16ShortByteString Source # | |
Defined in Data.Hash.Internal.Utils Methods showsPrec :: Int -> B16ShortByteString -> ShowS # show :: B16ShortByteString -> String # showList :: [B16ShortByteString] -> ShowS # | |
b16 :: B16ShortByteString -> ByteString Source #