package codex

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

Module DomPIPartition.MakeConditionMapSource

Parameters

module L : sig ... end

Signature

Sourcetype value = L.t
Sourceval create_partial : 'a M.t
Sourceval pretty : Format.formatter -> L.t M.t -> unit
Sourceval find : join:'a -> bottom:'b -> L.t M.t -> Condition.t -> L.t
Sourceval refine : inter:(L.t -> L.t -> L.t) -> L.t M.t -> cond:Condition.t -> L.t -> L.t M.t