snowchecked-0.0.0.1: A checksummed variation on Twitter's Snowflake UID generation algorithm
Safe HaskellNone
LanguageHaskell2010

Data.Snowchecked.Encoding.Class

Synopsis

Documentation

data Flakeish Source #

Something that might be a Flake. The fields might not be truncated - to the appropriate size.

goodFish :: SnowcheckedConfig -> Flakeish -> Bool Source #

Is this Flakeish valid under the given SnowcheckedConfig settings?