Skip to content

Commit 9411293

Browse files
committed
Bump tea_debug.ml
1 parent 7de6481 commit 9411293

File tree

2 files changed

+576
-0
lines changed

2 files changed

+576
-0
lines changed

src-ocaml/tea_debug.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ type 'model debug_model = {
1515
show_details : bool;
1616
}
1717

18+
1819
let debug
1920
(string_of_msg : 'msg -> string)
2021
(update : 'model -> 'msg -> 'model * 'msg Tea_cmd.t)

0 commit comments

Comments
 (0)