location.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 9 10 11 12 13 14 open Core type t = { offset : int ; line : int ; column : int } [@@deriving yojson, eq, sexp] let default = { offset = -1 ; line = -1 ; column = -1 }
1 2 3 4 5 6 7 8 9 10 11 12 13 14
open Core type t = { offset : int ; line : int ; column : int } [@@deriving yojson, eq, sexp] let default = { offset = -1 ; line = -1 ; column = -1 }