Skip to content

Commit 79bda09

Browse files
committed
Backward compatibility fix.
1 parent e15334a commit 79bda09

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/brisk_reconciler.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
include Brisk_reconciler_internal
2+
module RemoteAction = Remote_action

src/brisk_reconciler.mli

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,6 @@ end
128128

129129
module Hooks = Hooks
130130
module Remote_action = Remote_action
131+
132+
(* For backward compatibility *)
133+
module RemoteAction = Remote_action

0 commit comments

Comments
 (0)