import public JS
import public Web.MVC.Cmd
import public Web.MVC.View
import public Text.HTMLrunController : (e -> s -> (s, Cmd e)) -> (JSErr -> IO ()) -> e -> s -> IO ()Run (a part of) an interactive web page firing events of type
`e` and holding state of type `s`.
runMVC : (e -> s -> s) -> (e -> s -> Cmd e) -> (JSErr -> IO ()) -> e -> s -> IO ()