package comby

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

Source file sequential.ml

1
2
3
4
5
6
let process_interactive ~f paths =
  Fold.interactive ~init:([], 0) ~f paths

let process ~f bound_count = function
  | `Paths paths -> Fold.paths ~init:0 ~f bound_count paths
  | `Zip (zip_file, paths) -> Fold.with_zip zip_file ~f:(fun zip -> Fold.zip_paths ~init:0 ~f zip paths bound_count)
OCaml

Innovation. Community. Security.