package typerep_extended

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. label : string;
  2. index : int;
  3. is_mutable : bool;
}
include sig ... end
val sexp_of_t : t -> Sexplib.Sexp.t
val label : t -> string
val index : t -> int
val is_mutable : t -> bool