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

U.Codebase.Sqlite.Decode

Description

This module contains decoders for blobs stored in SQLite.

Synopsis

Documentation

object.bytes

decodeSyncTermAndType :: ByteString -> Either DecodeError (Term, Type) Source #

N.B. The bytestring here is not the entire object.bytes column -- it's just the serialized term and type from SyncTermFormat.

temp_entity.blob

watch_result.result

unsyncs