Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
S.Componentmodule type COMPONENT = sig ... endmodule type SIMPLE_COMPONENT = sig ... endCreating components
val identity : 'ty -> ('ctx, 'ty) tval make_m :
(module SIMPLE_COMPONENT with type ctx = 'ctx and type t = 'a) ->
('ctx, 'a) t