package rotor

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

Class Primitive_visitors.iter

constraint < visit_Pint32 : 'c -> unit ; visit_Pint64 : 'c -> unit ; visit_Pnativeint : 'c -> unit ; visit_Same_as_ocaml_repr : 'c -> unit ; visit_Unboxed_float : 'c -> unit ; visit_Unboxed_integer : 'c -> boxed_integer -> unit ; visit_Untagged_int : 'c -> unit ; visit_boxed_integer : 'c -> boxed_integer -> unit ; visit_description : 'c -> description -> unit ; visit_native_repr : 'c -> native_repr -> unit.. > = < visit_Pint32 : 'c -> unit ; visit_Pint64 : 'c -> unit ; visit_Pnativeint : 'c -> unit ; visit_Same_as_ocaml_repr : 'c -> unit ; visit_Unboxed_float : 'c -> unit ; visit_Unboxed_integer : 'c -> boxed_integer -> unit ; visit_Untagged_int : 'c -> unit ; visit_boxed_integer : 'c -> boxed_integer -> unit ; visit_description : 'c -> description -> unit ; visit_native_repr : 'c -> native_repr -> unit.. >
inherit VisitorsRuntime.iter
method visit_Pnativeint : 'c -> unit
method visit_Pint32 : 'c -> unit
method visit_Pint64 : 'c -> unit
method visit_boxed_integer : 'c -> boxed_integer -> unit
method visit_Same_as_ocaml_repr : 'c -> unit
method visit_Unboxed_float : 'c -> unit
method visit_Unboxed_integer : 'c -> boxed_integer -> unit
method visit_Untagged_int : 'c -> unit
method visit_native_repr : 'c -> native_repr -> unit
method visit_description : 'c -> description -> unit
OCaml

Innovation. Community. Security.