package vcaml

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

Module Position.One_indexed_rowSource

type zero_indexed_row := t
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
Sourceval to_zero : t -> zero_indexed_row
Sourceval of_zero : zero_indexed_row -> t