archi-lwt
Lwt runtime for Archi, a library for managing the lifecycle of stateful components in OCaml
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module type COMPONENT = sig ... end
module type SIMPLE_COMPONENT = sig ... end
Creating components
val identity : 'ty -> ( 'ctx, 'ty ) t
val make_m :
(module SIMPLE_COMPONENT with type ctx = 'ctx and type t = 'a) ->
( 'ctx, 'a ) t