diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-17 23:55:03 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-18 00:25:48 +0200 |
commit | e6ed64784c4a3d43b26be0072838893a3a579f29 (patch) | |
tree | d46d80acce24142e9d4bc5df44bdac94e110a1c2 /portal/lib/portal.mli | |
parent | 7a1b6a1d14b549de17c4f98b3a4ed80027f1fcac (diff) |
feat(portal): change default type t
Diffstat (limited to 'portal/lib/portal.mli')
-rw-r--r-- | portal/lib/portal.mli | 2 |
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 |