unison-codebase-sqlite-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

U.Codebase.Sqlite.HashHandle

Synopsis

Documentation

data HashHandle Source #

Constructors

HashHandle 

Fields

crashOnHashingFailure :: HasCallStack => Either HashingFailure a -> a Source #

We don't expect to encounter these, but if we do we should print a nice message.

In the future we will hopefully prevent this error entirely.