(** Load the page with the given ID in the editor *) module M = struct type t = Jstr.t option let process : t -> State.t -> State.t = fun page_id state -> State.load_page page_id state end