mqtt-0.1.1.0: An MQTT protocol implementation.

Copyright(c) Lars Petersen 2016
LicenseMIT
Maintainerinfo@lars-petersen.net
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Network.MQTT.Broker.RetainedMessages

Description

 

Synopsis

Documentation

newtype RetainedTree Source #

Constructors

RetainedTree 

union :: RetainedTree -> RetainedTree -> RetainedTree Source #

The expression `union t1 t2` takes the left-biased union of t1 and t2.