package rotor

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class Path_visitors.reduce

constraint < visit_Cstr : 'c -> path_t -> string -> 'd ; visit_Ext : 'c -> path_t -> string -> 'd ; visit_LocalExt : 'c -> Ident_visitors.ident_t -> 'd ; visit_Papply : 'c -> path_t -> path_t -> 'd ; visit_Pdot : 'c -> path_t -> string -> 'd ; visit_Pident : 'c -> Ident_visitors.ident_t -> 'd ; visit_Regular : 'c -> path_t -> 'd ; visit_ident_t : 'c -> Ident_visitors.ident_t -> 'd ; visit_path_t : 'c -> path_t -> 'd ; visit_typath : 'c -> typath -> 'd.. > = < visit_Cstr : 'c -> path_t -> string -> 'd ; visit_Ext : 'c -> path_t -> string -> 'd ; visit_LocalExt : 'c -> Ident_visitors.ident_t -> 'd ; visit_Papply : 'c -> path_t -> path_t -> 'd ; visit_Pdot : 'c -> path_t -> string -> 'd ; visit_Pident : 'c -> Ident_visitors.ident_t -> 'd ; visit_Regular : 'c -> path_t -> 'd ; visit_ident_t : 'c -> Ident_visitors.ident_t -> 'd ; visit_path_t : 'c -> path_t -> 'd ; visit_typath : 'c -> typath -> 'd.. >
inherit VisitorsRuntime.reduce
method visit_Pident : 'c -> Ident_visitors.ident_t -> 'd
method visit_Pdot : 'c -> path_t -> string -> 'd
method visit_Papply : 'c -> path_t -> path_t -> 'd
method visit_path_t : 'c -> path_t -> 'd
method visit_Regular : 'c -> path_t -> 'd
method visit_Ext : 'c -> path_t -> string -> 'd
method visit_LocalExt : 'c -> Ident_visitors.ident_t -> 'd
method visit_Cstr : 'c -> path_t -> string -> 'd
method visit_typath : 'c -> typath -> 'd
OCaml

Innovation. Community. Security.