finos / morphir-elm / Morphir.SDK.StatefulApp

API for modeling stateful applications.


type StatefulApp k c s e
    = StatefulApp (Maybe s -> c -> ( Maybe s, e ))

Type that represents a stateful application. The following type parameters allow you to fit it to your use case: