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 pp : 'a. (Ppx_deriving_runtime.Format.formatter -> 'a -> Ppx_deriving_runtime.unit) -> Ppx_deriving_runtime.Format.formatter -> 'a t -> Ppx_deriving_runtime.unit
val show : 'a. (Ppx_deriving_runtime.Format.formatter -> 'a -> Ppx_deriving_runtime.unit) -> 'a t -> Ppx_deriving_runtime.string
val map : ('a -> 'b) -> 'c t -> 'd t
OCaml

Innovation. Community. Security.