Portability | GHC-only |
---|---|
Stability | experimental |
Maintainer | fontaine@cs.uni-duesseldorf.de |
Wrappers for the constructors of data type Process
and some
rewriting rules for replicated operations.
This can also be used an EDSL for CSP.
Documentation
externalChoice :: Process i -> Process i -> Process iSource
internalChoice :: Process i -> Process i -> Process iSource
interleave :: Process i -> Process i -> Process iSource
switchedOff :: ExtProcess i -> Process iSource
renaming :: RenamingRelation i -> Process i -> Process iSource
linkParallel :: RenamingRelation i -> Process i -> Process i -> Process iSource
repInternalChoice :: [Process i] -> Process iSource
repExternalChoice :: [Process i] -> Process iSource
repInterleave :: [Process i] -> Process iSource
repAParallel :: [(EventSet i, Process i)] -> Process iSource
repSharing :: EventSet i -> [Process i] -> Process iSource
repLinkParallel :: RenamingRelation i -> [Process i] -> Process iSource