hasim-0.1.2: Process-Based Discrete Event Simulation library

Portabilityunportable
Stabilityexperimental
Maintainerjochem@functor.nl

Control.Hasim.Types

Description

This module defines common types used everywhere in Hasim.

Synopsis

Documentation

type Time = DoubleSource

The type that represents a time.

The type that represents a process identifier.

type Id = IntSource