package acgtk

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

Module Svg_rendering.TreeSource

Sourcetype 'a t =
  1. | T of 'a * 'a t list
Sourceval map : ('a -> 'b) -> 'a t -> 'b t
Sourceval map2 : ('a -> 'b -> 'c) -> 'a t -> 'b t -> 'c t
Sourceval singleton : 'a -> 'a t
Sourceval to_diagram : ?hgap:float -> ?vgap:float -> Diagram.diagram t -> Diagram.diagram
OCaml

Innovation. Community. Security.