| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Snowchecked.Encoding.ByteString
Contents
Description
- This module provides a conversion function between a
Flakeand a strictByteString. TheByteString- is the series of bytes that make up the
Flake, with - the lower bytes being in the lower indecies.
Documentation
Orphan instances
| IsFlake ByteString Source # | |
Methods fromFlake :: Flake -> ByteString Source # parseFlake :: MonadFail m => SnowcheckedConfig -> ByteString -> m Flake Source # parseFish :: MonadFail m => SnowcheckedConfig -> ByteString -> m Flakeish Source # | |