package comby-kernel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file range.ml

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
  }
OCaml

Innovation. Community. Security.