ssm  0.0.2
Runtime Library for the Sparse Synchronous Model
Modules
Here is a list of all modules:
 Activation recordsThe local state of each user-defined coroutine is saved within its activation record
 Algebraic data types
 Arrays
 Blobs
 Closures
 Error handlingThe SSM_THROW() macro is used to throw unrecoverable runtime errors
 Memory managementValues are always word-sized, and may point to heap-allocated, reference-counted objects; heap memory is allocated from a set of size-indexed memory pools
 Scheduled variablesScheduled variables are special references to which instantaneous and delayed assignments may be made
 TimeSSM timestamps are 64-bit values which should never wraparound, and are represented by ssm_time_t
 UtilitiesA collection of helpful definitions which are not specific to SSM
 Platform