comby.configuration
Configuration.Command_input
comby
comby.camlzip
comby.interactive
comby.patdiff
comby.patdiff_kernel
comby.pipeline
comby.statistics
type single_source =
| Path of string
| String of string
type batch_input = [
| `Paths of string list
| `Zip of string * Camlzip.Zip.entry list
]
type t = [
| batch_input
| `String of string
val show_input_kind : single_source -> string