jon.recoil.org

Module Code.Native_string

type t = private
  1. | Byte of string
  2. | Utf of Js_of_ocaml_compiler.Stdlib.Utf8_string.t
val of_bytestring : string -> Js_of_ocaml_compiler.Code.Native_string.t