Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
method private visit_lazy_t : 'env 'a. ('env -> 'a -> unit) ->
'env ->
'a Lazy.t ->
unit
method private visit_ref : 'env 'a. ('env -> 'a -> unit) ->
'env ->
'a Pervasives.ref ->
unit
method private visit_result : 'env 'a 'e. ('env -> 'a -> unit) ->
('env -> 'e -> unit) ->
'env ->
('a, 'e) Pervasives.result ->
unit