hnix-store-remote-0.6.0.0: Remote hnix store
Maintainersrk <srk@48.io>
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.Nix.Store.Remote.Binary

Description

|

Documentation

putInt :: Integral a => a -> Put Source #

putMany :: Foldable t => (a -> Put) -> t a -> Put Source #

getMany :: Get a -> Get [a] Source #