package forester

  1. Overview
  2. Docs
type '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
val map : ('a -> 'b) -> 'c t -> 'd t
OCaml

Innovation. Community. Security.