| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
Data.Snowchecked.Encoding.ByteString
Contents
Description
This module provides a conversion function between a
 Flake and a strict ByteString.  The ByteString
 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 # | |