path-binary-instance-0.1.0.0: Binary instance for Path.

Safe HaskellNone
LanguageHaskell2010

Path.Binary

Contents

Orphan instances

Binary (Path Abs File) Source # 
Instance details

Methods

put :: Path Abs File -> Put #

get :: Get (Path Abs File) #

putList :: [Path Abs File] -> Put #

Binary (Path Abs Dir) Source # 
Instance details

Methods

put :: Path Abs Dir -> Put #

get :: Get (Path Abs Dir) #

putList :: [Path Abs Dir] -> Put #

Binary (Path Rel File) Source # 
Instance details

Methods

put :: Path Rel File -> Put #

get :: Get (Path Rel File) #

putList :: [Path Rel File] -> Put #

Binary (Path Rel Dir) Source # 
Instance details

Methods

put :: Path Rel Dir -> Put #

get :: Get (Path Rel Dir) #

putList :: [Path Rel Dir] -> Put #