Module Codemirror.With_conversion

type 'a t
val create : t_to_js:('a -> Ojs.t) -> 'a -> 'a t
val t_to_js : ('a -> Ojs.t) -> 'a t -> Ojs.t