aboutsummaryrefslogtreecommitdiff
path: root/test/flesh_hello.ml
blob: c16944fce1a9f40dfe5e97fd1257488dbc3c76ae (plain) (blame)
1
2
3
4
5
6
open Lwt.Syntax

let () = Lwt.async @@
           fun () ->
           let+ hello = Lwt_stream.to_string Flesh.hello
           in print_endline hello