Idris2Doc : Web.MVC

Web.MVC

(source)

Reexports

importpublic JS
importpublic Web.MVC.Cmd
importpublic Web.MVC.View
importpublic Text.HTML

Definitions

runController : (e->s-> (s, Cmde)) -> (JSErr->IO ()) ->e->s->IO ()
  Run (a part of) an interactive web page firing events of type
`e` and holding state of type `s`.

Visibility: export
runMVC : (e->s->s) -> (e->s->Cmde) -> (JSErr->IO ()) ->e->s->IO ()
Visibility: export