fission-codes / webnative-elm / Webnative


type alias Foundation =
{ fileSystem : Maybe FileSystem
, program : Program
, session : Maybe Session 
}

program : Configuration -> Task Foundation

attemptTask : { error : Error -> msg, ok : value -> msg } -> Task value -> Platform.Cmd.Cmd msg

Alias for Webnative.Task.attempt.