package minttea

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Event : sig ... end
module Command : sig ... end
module App : sig ... end
val app : init:('model -> Command.t) -> update:(Event.t -> 'model -> 'model * Command.t) -> view:('model -> string) -> unit -> 'model App.t
val run : ?fps:int -> initial_model:'model -> 'model App.t -> unit
val start : 'model App.t -> initial_model:'model -> unit
OCaml

Innovation. Community. Security.