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