aboutsummaryrefslogtreecommitdiff
path: root/portal/lib/portal.mli
diff options
context:
space:
mode:
authorClombrong <cromblong@egregore.fun>2025-06-17 23:55:03 +0200
committerClombrong <cromblong@egregore.fun>2025-06-18 00:25:48 +0200
commite6ed64784c4a3d43b26be0072838893a3a579f29 (patch)
treed46d80acce24142e9d4bc5df44bdac94e110a1c2 /portal/lib/portal.mli
parent7a1b6a1d14b549de17c4f98b3a4ed80027f1fcac (diff)
feat(portal): change default type t
Diffstat (limited to 'portal/lib/portal.mli')
-rw-r--r--portal/lib/portal.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/portal/lib/portal.mli b/portal/lib/portal.mli
index 7b8a30a..4d7918f 100644
--- a/portal/lib/portal.mli
+++ b/portal/lib/portal.mli
@@ -1,6 +1,6 @@
open Markup
-type t = string Lwt_stream.t * (string option -> unit)
+type t = async parser * (signal option -> unit)
val stanza_open : ?from:string -> string -> (signal, sync) stream