package morsmall

  1. Overview
  2. Docs

Module Morsmall.LocationSource

Sourcetype lexing_position = Morbig.CST.lexing_position = {
  1. pos_fname : string;
  2. pos_lnum : int;
  3. pos_bol : int;
  4. pos_cnum : int;
}
Sourcetype position = Morbig.CST.position = {
  1. start_p : lexing_position;
  2. end_p : lexing_position;
}
Sourcetype 'a located = 'a Morbig.CST.located = {
  1. value : 'a;
  2. position : position;
}
Sourceval equal_located : 'a. ('a -> 'a -> Ppx_deriving_runtime.bool) -> 'a located -> 'a located -> Ppx_deriving_runtime.bool
Sourceval dummily_located : 'a -> 'a located
Sourceval on_located : ('a -> 'b) -> 'a located -> 'b
OCaml

Innovation. Community. Security.