virtual_dom.ml
virtual_dom
virtual_dom.css_gen
virtual_dom.html5_history
virtual_dom.input_widgets
virtual_dom.keyboard
virtual_dom.layout
virtual_dom.svg
virtual_dom.tyxml
virtual_dom.ui_effect
virtual_dom.vdom_test_helpers
1 2 3 4 5 6 7 8 9 10 11 module Vdom = Vdom module Dom_float = Dom_float module Js_map = Js_map module Top_level_effects = struct let () = (* use the native-javascript implementation of float -> string with a fixed number of numbers after the decimal place. *) Css_gen.Private.float_to_string_with_fixed := Dom_float.to_string_fixed ;; end
1 2 3 4 5 6 7 8 9 10 11
module Vdom = Vdom module Dom_float = Dom_float module Js_map = Js_map module Top_level_effects = struct let () = (* use the native-javascript implementation of float -> string with a fixed number of numbers after the decimal place. *) Css_gen.Private.float_to_string_with_fixed := Dom_float.to_string_fixed ;; end