Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
S.Systemtype (_, _, _) components = | [] : ('ctx, 'ty, 'ty) components| :: : (string * ('ctx, 'a) Component.t)
* ('ctx, 'b, 'ty) components -> ('ctx, 'a -> 'b, 'ty) componentsval make : ('ctx, 'args, unit) components -> ('ctx, unit, [ `stopped ]) tval make_reusable :
lift:'args ->
('ctx, 'args, 'ty) components ->
('ctx, 'ty, [ `stopped ]) tval get : ('ctx, 'ty, [ `started ]) t -> 'ty