NineP-0.0.0: 9P2000 in pure Haskell

Data.NineP

Documentation

class Bin a whereSource

Methods

get :: Get aSource

put :: a -> PutSource

data Qid Source

Constructors

Qid 

Instances

getNest :: Integral n => n -> Get a -> Get aSource

putListAll :: Bin a => [a] -> PutSource

putNestList16 :: Bin a => [a] -> PutSource

getList16 :: Bin a => Get [a]Source

putList16 :: Bin a => [a] -> PutSource

data Msg Source

Constructors

Msg 

Instances