package frenetic

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

Module Frenetic_kernel.NetworkSource

Sourcemodule type VERTEX = sig ... end
Sourcemodule type EDGE = sig ... end
Sourcemodule type WEIGHT = sig ... end
Sourcemodule type NETWORK = sig ... end
Sourcemodule type MAKE = functor (Vertex : VERTEX) -> functor (Edge : EDGE) -> NETWORK with module Topology.Vertex = Vertex and module Topology.Edge = Edge
Sourcemodule Make : MAKE
Sourcemodule Node : sig ... end
Sourcemodule NetPath : Net.PATH with type weight = float
OCaml

Innovation. Community. Security.