package GuaCaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type vtag = {
  1. vtag_names : int list;
  2. vtag_weight : int;
  3. vtag_fixed : bool;
  4. vtag_useful : bool;
}
type etag = unit
type hv = (vtag, unit) GGLA.Type.vertex
type hg = (vtag, unit) GGLA.Type.graph
type hgl = (vtag list, etag list) GGLA.Type.graph
OCaml

Innovation. Community. Security.