diff_input.ml
comby
comby.camlzip
comby.configuration
comby.interactive
comby.language
comby.match
comby.matchers
comby.parsers
comby.patdiff
comby.patdiff_kernel
comby.pipeline
comby.replacement
comby.rewriter
comby.server_types
comby.statistics
1 2 3 4 5 6 7 8 open! Core_kernel open! Import type t = { name : string ; text : string } [@@deriving fields]
1 2 3 4 5 6 7 8
open! Core_kernel open! Import type t = { name : string ; text : string } [@@deriving fields]