MultiChor-1.1.0.0: Type-safe and efficient choreographies with location-set polymorphism.
Safe HaskellSafe-Inferred
LanguageGHC2021

Choreography

Description

This is just a wrapper module to allow more concise imports. For documentation, you should probably start in Choreography.Core.

Synopsis

Documentation

Running choreographies

runChoreography :: (Backend config, MonadIO m, KnownSymbols ps) => config -> Choreo ps m a -> LocTm -> m a Source #

Run a choreography with a message transport backend...