tcp-0.0.2: A purely functional TCP implementation

Network.TCP.Type.Timer

Documentation

data Timed a Source

Constructors

Timed 

Fields

timed_val :: a
 
timed_exp :: Time
 

Instances

Eq a => Eq (Timed a) 
Show a => Show (Timed a)