package forester

  1. Overview
  2. Docs
A tool for tending mathematical forests

Install

Dune Dependency

Authors

Maintainers

Sources

2.3.tar.gz
md5=00fff94216aacd334351c2b1741d5246
sha512=724770d12a91674da76cc7842020ce7af2d37950d4429fe1ffac3b05d73a2079648f00c8eb33595e3dfa4874b2cd6b6a8c9d1f9034276a00b44d302091630cdb

doc/forester.core/Core/Sem/Doc/index.html

Module Sem.DocSource

Sourceval peek_title : doc -> string option
Sourceval title_as_string : doc -> string option

Best-effort rendering of a doc title as a string, to use in text-only contexts.

Returns None when the document does not have a title. Returns Some s otherwise, where s is a rendering of the title. Elements that could not be rendered are dropped. Consequently, when the title could not be rendered at all, s is the empty string.

Sourceval sort : doc list -> doc list
OCaml

Innovation. Community. Security.