binrep-0.3.1: Encode precise binary representations directly in types
Safe HaskellSafe-Inferred
LanguageHaskell2010

Haskpatch.Format.Vcdiff

Description

 
Synopsis

Documentation

data Vcdiff (s :: Strength) Source #

Constructors

Vcdiff 

Fields

data Header (s :: Strength) Source #

Constructors

Header 

Fields

data Window (s :: Strength) Source #

Constructors

Window 

Fields

data Delta (s :: Strength) Source #

data InstrTriple Source #

Constructors

InstrTriple 

Fields

type VcdiffVarint = Varnat 'Redundant 'OnContinues 'BE Natural Source #

Apparently from the Sfio library, also similar (but not identical) to BPS's varints.