package codex

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

Module DomPIPartition.MSource

Sourceval refine : Condition.t -> inter:('a -> 'a -> 'a) -> join:('a -> 'a -> 'a) -> 'a -> 'a t -> 'a t
Sourceval find : Condition.t -> 'a t -> 'a
Sourceval empty : 'a t
Sourceval make_pretty : (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a t -> unit