remote-monad-0.1.0.1: An parametrizable Remote Monad, and parametrizable Applicative Functor

Copyright(C) 2016, The University of Kansas
LicenseBSD-style (see the file LICENSE)
MaintainerAndy Gill
StabilityAlpha
PortabilityGHC
Safe HaskellSafe
LanguageHaskell2010

Control.Remote.Monad.Packet.Transport

Description

 

Synopsis

Documentation

data Transport p Source

Transport of a container for procedures, and other structures that are refreshed.

Constructors

forall a . Show a => Transport (p a) 

Instances

(Read c, Read (Transport p)) => Read (Transport (WeakPacket c p))