We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15334a commit 79bda09Copy full SHA for 79bda09
src/brisk_reconciler.ml
@@ -1 +1,2 @@
1
include Brisk_reconciler_internal
2
+module RemoteAction = Remote_action
src/brisk_reconciler.mli
@@ -128,3 +128,6 @@ end
128
129
module Hooks = Hooks
130
module Remote_action = Remote_action
131
+
132
+(* For backward compatibility *)
133
0 commit comments