package codex

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module ConditionMapTree.MakeSource

Parameters

Signature

Sourcemodule L : sig ... end
Sourcemodule Cond : sig ... end
Sourcetype t = L.t t
Sourceval pretty : (Format.formatter -> L.t -> unit) -> Format.formatter -> t -> unit
Sourceval find : join:(L.t -> L.t -> L.t) -> bottom:L.t -> t -> Cond.t -> L.t
Sourceval refine : inter:(L.t -> L.t -> L.t) -> t -> cond:Cond.t -> ?notcond:Cond.t -> L.t -> t
Sourceval create_partial : t