package vcaml

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

Module Vcaml.PositionSource

Sourcetype t = {
  1. row : int;
  2. col : int;
}
Sourceval col : t -> int
Sourceval row : t -> int
Sourcemodule Fields : sig ... end
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourcemodule One_indexed_row : sig ... end