package js_of_ocaml-compiler

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

Module Dgraph.MakeSource

Parameters

module N : sig ... end
module NSet : Set.S with type elt = N.t
module NMap : Map.S with type key = N.t

Signature

Sourcetype t = {
  1. domain : NSet.t;
  2. fold_children : 'a. (N.t -> 'a -> 'a) -> N.t -> 'a -> 'a;
}
Sourceval invert : t -> t
Sourcemodule type DOMAIN = sig ... end
Sourcemodule Solver (D : DOMAIN) : sig ... end
OCaml

Innovation. Community. Security.