Fold_with_context.foldermethod fold_bool : 'c -> bool -> 'a -> 'a actionmethod fold_char : 'c -> char -> 'a -> 'a actionmethod fold_int : 'c -> int -> 'a -> 'a actionmethod fold_string : 'c -> string -> 'a -> 'a actionmethod fold_option : 'x. 'c -> 'x option -> 'a -> 'a actionmethod fold_list : 'x. 'c -> 'x list -> 'a -> 'a action