Gprinttypval types :
title:string ->
params ->
(decoration * Types.type_expr) list ->
unitval nodes : title:string -> params -> (decoration * element) list -> unitval params :
?elide_links:bool ->
?expansion_as_hyperedge:bool ->
?short_ids:bool ->
?colorize:bool ->
?follow_expansions:bool ->
unit ->
paramsval node : Types.type_expr -> elementval edge : Types.type_expr -> Types.type_expr -> elementval hyperedge : (dir * decoration * Types.type_expr) list -> elementmodule Decoration : sig ... endval make : params -> (decoration * element) list -> digraphval add : params -> (decoration * element) list -> digraph -> digraphval add_subgraph :
params ->
decoration ->
(decoration * element) list ->
digraph ->
digraphval group_nodes : (decoration * digraph) -> digraph -> digraphval pp : Format.formatter -> digraph -> unitval debug_on : (unit -> bool) refval register_type : (decoration * Types.type_expr) -> unitval register_subgraph :
params ->
?decoration:decoration ->
Types.type_expr list ->
unitval global : string contextval loc : Warnings.loc contextval set_context : 'a context -> 'a -> unitval with_context : 'a context -> 'a -> (unit -> 'b) -> 'b