From 6639625c1e24e764692ec9d65939ff9ef50d76df Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 7 Feb 2022 13:43:47 +0100 Subject: Rename application functions --- editor/actions/to_markdown.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editor/actions/to_markdown.ml') diff --git a/editor/actions/to_markdown.ml b/editor/actions/to_markdown.ml index f3c6517..1920219 100755 --- a/editor/actions/to_markdown.ml +++ b/editor/actions/to_markdown.ml @@ -246,7 +246,7 @@ module ToMarkdown = struct type t = PM.t - let update + let process : t -> State.t -> State.t = fun pm state -> @@ -291,4 +291,4 @@ end let create : PM.t -> App.event = fun pm -> - App.ev (module ToMarkdown) pm + App.dispatch (module ToMarkdown) pm -- cgit v1.2.3