package GT

  1. Overview
  2. Docs
Generic programming with extensible transformations

Install

Dune Dependency

Authors

Maintainers

Sources

0.5.2.tar.gz
md5=9d18b96ada4d18fdda0b5f5698273145
sha512=945070bea4322bf8f7932a259af91432a3c109a05294ba2a27c1c2e9d2796ffb4cc32f6b8e28ff465311277696296ddda531a2ce818e590c09c64c5721d65e19

doc/GT.HTML/HTML/Anchor/index.html

Module HTML.AnchorSource

Functor anchor takes one argument which describes type for which values anchors are set and name to distinguish namespaces (if any).

Parameters

module X : sig ... end

Signature

Sourceval set : X.t -> unit

Set anchor for value.

Sourceval get : X.t -> string

Get anchor value.

Sourceval url : X.t -> string

Get url for the value.

Sourceval ref : X.t -> viewer -> viewer

Make reference to the value.

Sourcemodule String : sig ... end

Make reference for strings.

OCaml

Innovation. Community. Security.