Morgan-Stanley / morphir-elm / Morphir.SDK.StatefulApp

Utilities for modeling stateful applications.


type alias StatefulApp k c s e =
{ businessLogic : k -> Maybe s -> c -> ( k
, Maybe s
, e ) 
}

Type that represents a stateful application.