comby.configuration
Configuration.Command_input
comby
comby.interactive
comby.language
comby.match
comby.matchers
comby.parsers
comby.pipeline
comby.replacement
comby.rewriter
comby.server_types
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