package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
class ['key, 'node, 'edge] ograph_mutable : object ... end
val print_ograph_generic : str_of_key:('key -> string) -> str_of_node:('key -> 'node -> string) -> Common.filename -> ('key, 'node, 'edge) ograph_mutable -> unit