My aggregated monorepo of OCaml code, automaintained
at main 12 lines 194 B view raw
1type t 2(** Editor panels *) 3 4include Jv.CONV with type t := t 5 6val create : 7 ?mount:(unit -> unit) -> 8 ?update:(Editor.View.Update.t -> unit) -> 9 ?top:bool -> 10 ?pos:int -> 11 Brr.El.t -> 12 t