package forester

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

Install

Dune Dependency

Authors

Maintainers

Sources

2.5.tar.gz
md5=d4224ee007858144623c999bc18c638c
sha512=781f353ddbb3724b8fe81f85be48529ff7d88781cb5111bb9cf04bc623714a549c94192092797c4c1f136fbeb43970a24c1ce6edea9329f9f91b964d798fcd49

doc/forester.core/Core/Query/index.html

Module Core.QuerySource

Sourcetype 'a t =
  1. | Author of 'a
  2. | Tag of 'a
  3. | Taxon of 'a
  4. | Meta of string * 'a
  5. | Or of 'a t list
  6. | And of 'a t list
  7. | Not of 'a t
  8. | True
Sourceval map : ('a -> 'b) -> 'a t -> 'b t
OCaml

Innovation. Community. Security.