package GT

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

GT 0.5.1

Libraries

This package provides the following libraries (via ocamlobjinfo):

GT

Documentation:

GT.HTML

Documentation:

  • HTML Viewing values of various types in HTML format.

GT.View

Documentation:

  • View Viewing values of various types.

GT.common

Documentation:

GT.syntax

Documentation:

GT.syntax.all

Documentation:

    GT.syntax.compare

    Documentation:

    • Compare Compare plugin: receive another value as inherited attribute and compare.

    GT.syntax.eq

    Documentation:

    • Eq Eq plugin: receive another value as inherited attribute and test for equality.

    GT.syntax.eval

    Documentation:

    • Eval Eval plugin: functors + inherited value to make decisions about how to map values.

    GT.syntax.fmt

    Documentation:

    • Gfmt Format module: pretty-prints a value to Format.formatter using Format module.

    GT.syntax.foldl

    Documentation:

    • Foldl Foldl plugin: fold all values in a type.

    GT.syntax.foldr

    Documentation:

    • Foldr Foldr plugin: fold all values in a type.

    GT.syntax.hash

    Documentation:

    GT.syntax.html

    Documentation:

    • Html Html module: converts a value to its html represenation (work in progress).

    GT.syntax.map

    Documentation:

    • Gmap Gmap plugin (functor).

    GT.syntax.show

    Documentation:

    • Show Show plugin: converts value to a string.

    GT.syntax.enum

    Documentation:

    GT.syntax.stateful

    Documentation:

    • Stateful Stateful plugin: functors + inherited value to make decisions about how to map values.