cas-hashable-1.0.0: A hashing class for content-addressed storage

Safe HaskellNone
LanguageHaskell2010

Data.CAS.StoreOrphans

Contents

Description

Dedicated module for orphan instances.

Orphan instances

Store (Path Abs File) Source # 
Instance details

Methods

size :: Size (Path Abs File) #

poke :: Path Abs File -> Poke () #

peek :: Peek (Path Abs File) #

Store (Path Abs Dir) Source # 
Instance details

Methods

size :: Size (Path Abs Dir) #

poke :: Path Abs Dir -> Poke () #

peek :: Peek (Path Abs Dir) #

Store (Path Rel File) Source # 
Instance details

Methods

size :: Size (Path Rel File) #

poke :: Path Rel File -> Poke () #

peek :: Peek (Path Rel File) #

Store (Path Rel Dir) Source # 
Instance details

Methods

size :: Size (Path Rel Dir) #

poke :: Path Rel Dir -> Poke () #

peek :: Peek (Path Rel Dir) #