package ocamlgraph

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

Module Gmap.EdgeSource

Provide a mapping function from a mapping of edges.

Parameters

module G_Src : E_SRC
module G_Dst : E_DST

Signature

map f g applies f to each edge of g and so builds a new graph based on g

Sourceval filter_map : (G_Src.E.t -> G_Dst.edge option) -> G_Src.t -> G_Dst.t

filter_map f g applies f to each edge of g and so builds a new graph based on g; if None is returned by f the edge is omitted in the new graph.

OCaml

Innovation. Community. Security.