package ocamlgraph

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

Parameters

module G_Src : E_SRC
module G_Dst : E_DST

Signature

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