package acgtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t =
  1. | T of 'a * 'a t list
val map : ('a -> 'b) -> 'a t -> 'b t
val map2 : ('a -> 'b -> 'c) -> 'a t -> 'b t -> 'c t
val singleton : 'a -> 'a t
val to_diagram : ?hgap:float -> ?vgap:float -> Diagram.diagram t -> Diagram.diagram
OCaml

Innovation. Community. Security.