copied from js_of_ocaml/toplevel/examples/lwt_toplevel
This commit is contained in:
9
colorize.mli
Normal file
9
colorize.mli
Normal file
@ -0,0 +1,9 @@
|
||||
open Js_of_ocaml
|
||||
open Js_of_ocaml_tyxml
|
||||
|
||||
val text : a_class:string -> string -> [> Html_types.div_content ] Tyxml_js.Html.elt
|
||||
|
||||
val ocaml : a_class:string -> string -> [> Html_types.div_content ] Tyxml_js.Html.elt
|
||||
|
||||
val highlight :
|
||||
[ `Pos of int ] -> [ `Last | `Pos of int ] -> Dom_html.element Js.t -> unit
|
||||
Reference in New Issue
Block a user