Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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 # | |
fromFlake :: Flake -> ByteString Source # parseFlake :: MonadFail m => SnowcheckedConfig -> ByteString -> m Flake Source # parseFish :: MonadFail m => SnowcheckedConfig -> ByteString -> m Flakeish Source # |