package containers

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

Parameters

module P : PARAM

Signature

type const = P.const
type t
type edge
val self : t -> edge
val eq : edge -> edge -> bool
val arity : edge -> int
val nth : edge -> int -> edge
val make_graph : ?parent:t -> unit -> t
val make_edge : t -> edge array -> edge
val make_const : t -> const -> edge
val fresh : t -> edge
module EdgeTbl : sig ... end
val pp : ?printed:unit EdgeTbl.t -> Buffer.t -> edge -> unit
val fmt : Format.formatter -> edge -> unit
val to_string : edge -> string
OCaml

Innovation. Community. Security.