range.ml
comby
comby.configuration
comby.interactive
comby.language
comby.match
comby.matchers
comby.parsers
comby.pipeline
comby.replacement
comby.rewriter
comby.server_types
comby.statistics
1 2 3 4 5 6 7 8 9 10 type t = { match_start : Location.t [@key "start"] ; match_end : Location.t [@key "end"] } [@@deriving yojson, eq, sexp] let default = { match_start = Location.default ; match_end = Location.default }
1 2 3 4 5 6 7 8 9 10
type t = { match_start : Location.t [@key "start"] ; match_end : Location.t [@key "end"] } [@@deriving yojson, eq, sexp] let default = { match_start = Location.default ; match_end = Location.default }