package tyxml

  1. Overview
  2. Docs
TyXML is a library for building correct HTML and SVG documents

Install

Dune Dependency

Authors

Maintainers

Sources

tyxml-4.3.0.tbz
sha256=6e1bd76b184eb8bf43550138fa1e14f03b5761187ff38891179a36bdddbdbfc3
md5=fd834a567f813bf447cab5f4c3a723e2

doc/tyxml.functor/Html_f/Make/Xml/W/index.html

Module Xml.W

type 'a t = 'a Xml.W.t
val return : 'a -> 'a t
type ('a, 'b) ft = ('a, 'b) Xml.W.ft
val fmap : ('a, 'b) ft -> 'a t -> 'b t
type 'a tlist = 'a Xml.W.tlist
val nil : unit -> 'a tlist
val singleton : 'a t -> 'a tlist
val cons : 'a t -> 'a tlist -> 'a tlist
val append : 'a tlist -> 'a tlist -> 'a tlist
val map : ('a, 'b) ft -> 'a tlist -> 'b tlist
OCaml

Innovation. Community. Security.