Module Cduce_types__.Iter
type pack=
val fold : ('a -> pack -> Cduce_types.Types.t -> 'a) -> 'a -> Cduce_types.Types.t -> 'afold f acc tcalls(f acc Absent (.... f (f acc (Int _) t) (Chars _) t) ...)), that is folds the functiontover all the type components oft. Thepackargument passed tofallows one to discriminate on a particular kind oft.
val iter : (pack -> Cduce_types.Types.t -> unit) -> Cduce_types.Types.t -> unititer f tcallsffor each type component oft.