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.