Hets - the Heterogeneous Tool Set

Copyright(c) Andy Gimblett and Uni Bremen 2006
LicenseGPLv2 or higher, see LICENSE.txt
Maintainera.m.gimblett@swansea.ac.uk
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred

CspCASL.Print_CspCASL

Description

Printing abstract syntax of CSP-CASL

Synopsis

Documentation

printArgs :: Pretty a => [a] -> Doc

glue :: PROCESS -> PROCESS -> Doc

the second argument is a right argument process of the first argument

lglue :: PROCESS -> PROCESS -> Doc

the second argument is a left argument process of the first argument

data Prio

Constructors

Prim 
Post 
Pre 
Seq 
Choice 
Par 
Cond 

Instances

printEvent :: EVENT -> Doc

print an event.