diff options
author | Clombrong <cromblong@egregore.fun> | 2025-08-04 11:35:45 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-08-11 11:39:53 +0200 |
commit | 4ff73a6c5562092abc262d9f7af0a2357aaa1168 (patch) | |
tree | 8aa76727942f4dc7e0ab41c04ccf8fdb37857a3e /test | |
parent | fe03eb042ce6afd531356aafa8023f7806594baf (diff) |
feat(session): move connect from flesh to session
Diffstat (limited to 'test')
-rw-r--r-- | test/hello.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/hello.ml b/test/hello.ml index 55a735e..c34f0a0 100644 --- a/test/hello.ml +++ b/test/hello.ml @@ -1,6 +1,7 @@ open! Lwt.Syntax open! Lwt.Infix open! Flesh +open! Session let main = let config : Stream.config = { |