package codex

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

Module MakeConditionMapPartitionPI.MakeConditionMapSource

Parameters

Signature

include sig ... end
Sourcemodule L : sig ... end
Sourcemodule Cond : sig ... end
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
Sourceval fold_with_cond : t -> Cond.t -> 'a -> (L.t -> Cond.t -> 'a -> 'a) -> 'a
Sourcetype value = L.t