Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
exception Error of error
type 'acc process =
| Process : {
version : ('resp, 'body) version;
acc : 'acc Stdlib.ref;
response : 'resp Miou.Computation.t;
body : 'body;
process : unit Miou.t;
} -> 'acc process