diff options
| author | Adelyn Breedlove <[email protected]> | 2018-11-14 01:44:29 +0000 |
|---|---|---|
| committer | Adelyn Breedlove <[email protected]> | 2018-11-14 01:44:29 +0000 |
| commit | 5bf5b020ae2b95d924cc4e39e73dd98490c7cc2d (patch) | |
| tree | 9da8fb076a861afc5d21fff705484a0a57e9ab9a /lib/client/client.ml | |
| parent | Merge branch 'dev' into 'master' (diff) | |
| parent | New name who dis (diff) | |
| download | disml-5bf5b020ae2b95d924cc4e39e73dd98490c7cc2d.tar.xz disml-5bf5b020ae2b95d924cc4e39e73dd98490c7cc2d.zip | |
Merge branch 'dev' into 'master'
Dev
See merge request Mishio595/disml!3
Diffstat (limited to 'lib/client/client.ml')
| -rw-r--r-- | lib/client/client.ml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/client/client.ml b/lib/client/client.ml index 3e90432..b1f6f25 100644 --- a/lib/client/client.ml +++ b/lib/client/client.ml @@ -1,5 +1,5 @@ -let notify _t _data = - (* Yojson.Basic.pretty_print Format.std_formatter data; +let notify t data = + Yojson.Basic.pretty_print Format.std_formatter @@ `Assoc data; print_newline (); - print_endline t; *) + print_endline t; ()
\ No newline at end of file |