A fork of mtelver's day10 project
at main2 8 lines 225 B view raw
1type t 2(** Extensions compartments for the editor *) 3 4include Jv.CONV with type t := t 5 6val make : unit -> t 7val of' : t -> Extension.t list -> Extension.t 8val reconfigure : t -> Extension.t list -> Editor.View.Transaction.t