libcspm-0.1.2: A library providing a parser, type checker and evaluator for CSPM.

CSPM.Compiler.Events

Synopsis

Documentation

data Event Source

Events, as represented in the LTS.

Constructors

Tau

The internal special event tau.

Tick

The internal event tick, representing termination.

UserEvent String

Any event defined in a channel definition.

type EventSet = Set EventSource

An alias for ease