Fold.folder
Base folding visitor.
method fold_bool : bool -> 'a -> 'a action
method fold_char : char -> 'a -> 'a action
method fold_int : int -> 'a -> 'a action
method fold_string : string -> 'a -> 'a action
method fold_option : 'x. 'x option -> 'a -> 'a action
method fold_list : 'x. 'x list -> 'a -> 'a action
method fold_nel : 'x. 'x Cobol_common__.Basics.NEL.t -> 'a -> 'a action
method fold' : 'x. 'x Cobol_common__.Srcloc.TYPES.with_loc -> 'a -> 'a action